summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/CMakeLists.txt
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-12-14 13:10:36 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2018-12-14 14:05:14 +0000
commit99315c21291e72c1280093c0d8f47241818df57a (patch)
tree58d0119c1b5b79be438b9ba46eae32591ac729a1 /tests/auto/printsupport/CMakeLists.txt
parente57a94cbd8f28ccab8b3368afc4365237c533a4f (diff)
CMake: Build PrintSupport module and tests
Change-Id: I7ac14f5214619f547af7221d213ac7e338a05bfc Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/printsupport/CMakeLists.txt')
-rw-r--r--tests/auto/printsupport/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/printsupport/CMakeLists.txt b/tests/auto/printsupport/CMakeLists.txt
new file mode 100644
index 0000000000..3908a297dd
--- /dev/null
+++ b/tests/auto/printsupport/CMakeLists.txt
@@ -0,0 +1,5 @@
+# Generated from printsupport.pro.
+
+qt_pull_features_into_current_scope(PUBLIC_FEATURES Qt::PrintSupport)
+add_subdirectory(dialogs)
+add_subdirectory(kernel)