qmlfrontend/CMakeLists.txt
changeset 14159 8354b390f1a2
parent 14148 745c73e0e644
child 14295 92e5682810d4
equal deleted inserted replaced
14158:b273b43b16d2 14159:8354b390f1a2
     8 
     8 
     9 find_package(Qt5 COMPONENTS Core Quick REQUIRED)
     9 find_package(Qt5 COMPONENTS Core Quick REQUIRED)
    10 
    10 
    11 add_executable(${PROJECT_NAME} "main.cpp" "qml.qrc"
    11 add_executable(${PROJECT_NAME} "main.cpp" "qml.qrc"
    12     "hwengine.cpp" "hwengine.h"
    12     "hwengine.cpp" "hwengine.h"
    13     "gameconfig.cpp" "gameconfig.h"
    13     "game_config.cpp" "game_config.h"
    14     "runqueue.cpp" "runqueue.h"
       
    15     "gameview.cpp" "gameview.h"
       
    16     "team.cpp" "team.h"
    14     "team.cpp" "team.h"
    17     "previewimageprovider.cpp" "previewimageprovider.h"
    15     "engine_instance.cpp" "engine_instance.h"
    18     "flib.h")
    16     "preview_image_provider.cpp" "preview_image_provider.h"
       
    17     "engine_interface.h")
    19 
    18 
    20 target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Quick)
    19 target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Quick)