summaryrefslogtreecommitdiffstats
path: root/tests/manual/xembed/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/xembed/CMakeLists.txt')
-rw-r--r--tests/manual/xembed/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/xembed/CMakeLists.txt b/tests/manual/xembed/CMakeLists.txt
new file mode 100644
index 0000000000..f486f202a5
--- /dev/null
+++ b/tests/manual/xembed/CMakeLists.txt
@@ -0,0 +1,6 @@
+
+if(QT_FEATURE_gtk3)
+ add_subdirectory(gtk-container)
+endif()
+add_subdirectory(qt-client-raster)
+add_subdirectory(qt-client-widget)