summaryrefslogtreecommitdiffstats
path: root/tests/manual/testcontrol/CMakeLists.txt
blob: ecf0192876ca3a945394a68cbd91c25daaf95866 (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_internal_add_manual_test(testcontrol # special case
    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"