26 lines
690 B
CMake
26 lines
690 B
CMake
# Generated from test.pro.
|
|
|
|
#####################################################################
|
|
## tst_qclipboard Test:
|
|
#####################################################################
|
|
|
|
qt_internal_add_test(tst_qclipboard
|
|
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
|
|
SOURCES
|
|
../tst_qclipboard.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
qt_internal_extend_target(tst_qclipboard CONDITION MACOS
|
|
PUBLIC_LIBRARIES
|
|
${FWAppKit}
|
|
)
|
|
|
|
#### Keys ignored in scope 6:.:.:test.pro:NOT ANDROID:
|
|
# TEST_HELPER_INSTALLS = "../copier/copier" "../paster/paster"
|