summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qstandardpaths/CMakeLists.txt
blob: 5bceaf1d771a7e050af1c4c6015f0a19ce99132b (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
# 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
    SOURCES
        ../../../../shared/emulationdetector.h
        tst_qstandardpaths.cpp
    INCLUDE_DIRECTORIES
        ../../../../shared
    TESTDATA ${test_data}
)

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

extend_target(tst_qstandardpaths CONDITION boot2qt
    DEFINES
        SKIP_FINDEXECUTABLE
)