aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qivipendingreply/CMakeLists.txt
blob: e54ece6c002610d1f961fe6820d06e6dafb08c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Generated from qivipendingreply.pro.

#####################################################################
## tst_qivipendingreply Test:
#####################################################################

# Collect test data
file(GLOB_RECURSE test_data_glob
    RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
    testdata/*)
list(APPEND test_data ${test_data_glob})

qt_internal_add_test(tst_qivipendingreply
    SOURCES
        tst_qivipendingreply.cpp
    DEFINES
        SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::IviCore
        Qt::Qml
    TESTDATA ${test_data}
)

#### Keys ignored in scope 1:.:.:qivipendingreply.pro:<TRUE>:
# OTHER_FILES = "testdata/*"
# QMAKE_PROJECT_NAME = "$$TARGET"
# TEMPLATE = "app"