summaryrefslogblamecommitdiff
path: root/ui/qt5/CMakeLists.txt
blob: 5620cf77c07742288379c209bb228180fa5dc074 (plain) (tree)


















                                                       
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)

set(UI_SOURCES
    horizonwizard.cc
    horizonwizardpage.cc
    horizonhelpwindow.cc
    main.cc

    intropage.cc
    networkingpage.cc

    horizon.qrc)
add_executable(horizon-qt5 ${UI_SOURCES})
target_link_libraries(horizon-qt5 Qt5::Widgets)

IF(INSTALL)
    # add_executable(horizon-run-qt5 ${RUN_QT_SOURCES})
ENDIF(INSTALL)