summaryrefslogtreecommitdiffstats
path: root/tests/manual/testcontrol/CMakeLists.txt
blob: 3115e4dab0d17278b1a2bf93ad002b9814d35aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from testcontrol.pro.

#####################################################################
## testcontrol Binary:
#####################################################################

qt_add_executable(testcontrol
    GUI
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::AxServer
        Qt::Gui
        Qt::Widgets
)
qt_disable_warnings(testcontrol)

#### Keys ignored in scope 1:.:.:testcontrol.pro:<TRUE>:
# RC_FILE = "testcontrol.rc"
# TEMPLATE = "app"