summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qclipboard/CMakeLists.txt
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-08 16:46:11 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-31 09:49:30 +0000
commit045bb3df921ead5719d946eef4809f9f8d52d35e (patch)
tree268f10bf38698219367c63ed5e5d48d4d32f96d3 /tests/auto/gui/kernel/qclipboard/CMakeLists.txt
parent79c384ebb073066336b4c83cc24d63cdb4ef6fcf (diff)
cmake: add gui/kernel tests
Fixes: QTBUG-78224 Change-Id: I9e6294b5035b066dead0f5ff91f81e472bc56d62 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/gui/kernel/qclipboard/CMakeLists.txt')
-rw-r--r--tests/auto/gui/kernel/qclipboard/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/qclipboard/CMakeLists.txt b/tests/auto/gui/kernel/qclipboard/CMakeLists.txt
new file mode 100644
index 0000000000..b795d32520
--- /dev/null
+++ b/tests/auto/gui/kernel/qclipboard/CMakeLists.txt
@@ -0,0 +1,7 @@
+# Generated from qclipboard.pro.
+
+add_subdirectory(test)
+if(NOT WINRT)
+ add_subdirectory(copier)
+ add_subdirectory(paster)
+endif()