summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qstandardpaths/CMakeLists.txt
blob: 89b5af53021afd2711d1aeb3103f113f3ecfadac (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
# Generated from qstandardpaths.pro.

#####################################################################
## tst_qstandardpaths Test:
#####################################################################

# Collect test data
list(APPEND test_data "tst_qstandardpaths.cpp")
list(APPEND test_data "qstandardpaths.pro")

add_qt_test(tst_qstandardpaths
    GUI
    SOURCES
        ../../../../shared/emulationdetector.h
        tst_qstandardpaths.cpp
    INCLUDE_DIRECTORIES
        ../../../../shared
    TESTDATA ${test_data}
)

## Scopes:
#####################################################################

extend_target(tst_qstandardpaths CONDITION boot2qt
    DEFINES
        SKIP_FINDEXECUTABLE
)