summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qclipboard/test/CMakeLists.txt
blob: 0c9a4683bc820b60f59b2b9a928ae522fac8937b (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
# Generated from test.pro.

#####################################################################
## tst_qclipboard Test:
#####################################################################

add_qt_test(tst_qclipboard
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../" # special case
    SOURCES
        ../tst_qclipboard.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
)

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

extend_target(tst_qclipboard CONDITION APPLE_OSX
    PUBLIC_LIBRARIES
        ${FWAppKit}
)

#### Keys ignored in scope 6:.:.:test.pro:NOT ANDROID AND NOT WINRT:
# TEST_HELPER_INSTALLS = "../copier/copier" "../paster/paster"