summaryrefslogtreecommitdiffstats
path: root/src/tools/testrunner/CMakeLists.txt
blob: 284114537ef1c5a38efd8cbe4dcab02940d62f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

qt_internal_add_app(appman-qmltestrunner
    EXCEPTIONS
    SOURCES
        ../appman/appman.cpp
        amtest.cpp amtest.h
        testrunner.cpp testrunner.h
    DEFINES
        AM_TESTRUNNER
        AM_COMPILING_APPMAN
    LIBRARIES
        Qt::QuickTest
        Qt::QuickTestPrivate
        Qt::TestPrivate
        Qt::AppManMainPrivate
)

set_target_properties(appman-qmltestrunner PROPERTIES WIN32_EXECUTABLE FALSE)

include(QtAppManBuildConfig)

qtam_internal_add_build_config(appman-qmltestrunner)