summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qstandardpaths/CMakeLists.txt
blob: be03b3e9863263501e9841545fb21fb3a3f98eb6 (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")

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

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

qt_extend_target(tst_qstandardpaths CONDITION boot2qt
    DEFINES
        SKIP_FINDEXECUTABLE
)