summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/quuid/test/CMakeLists.txt
blob: 5707dfa5a1b341cd26f2bdc79b69fdbb90e07a3b (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
29
30
# Generated from test.pro.

#####################################################################
## tst_quuid Test:
#####################################################################

add_qt_test(tst_quuid
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../" # special case
    SOURCES
        ../tst_quuid.cpp
)

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

extend_target(tst_quuid CONDITION APPLE
    SOURCES
        ../tst_quuid_darwin.mm
    PUBLIC_LIBRARIES
        ${FWFoundation}
)

#### Keys ignored in scope 4:.:.:test.pro:(CMAKE_BUILD_TYPE STREQUAL Debug):
# DESTDIR = "../debug"

#### Keys ignored in scope 5:.:.:test.pro:else:
# DESTDIR = "../release"

#### Keys ignored in scope 6:.:.:test.pro:else:
# DESTDIR = ".."