cmake_minimum_required(VERSION 3.19)

project(marcador_FALLA_slot_fora_de_slots LANGUAGES CXX)

find_package(Qt6 REQUIRED COMPONENTS Core Widgets)

qt_standard_project_setup()

qt_add_executable(marcador_FALLA_slot_fora_de_slots
    main.cpp
    marcador.cpp
    marcador.h
    marcador.ui
)

target_link_libraries(marcador_FALLA_slot_fora_de_slots PRIVATE Qt::Core Qt::Widgets)
