summaryrefslogtreecommitdiffstats
path: root/tests/manual/xembed/xembed.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/xembed/xembed.pro')
-rw-r--r--tests/manual/xembed/xembed.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/manual/xembed/xembed.pro b/tests/manual/xembed/xembed.pro
new file mode 100644
index 0000000000..14a4ddea44
--- /dev/null
+++ b/tests/manual/xembed/xembed.pro
@@ -0,0 +1,11 @@
+TEMPLATE=subdirs
+QT_FOR_CONFIG += network-private gui-private
+
+TEMPLATE = subdirs
+QT_FOR_CONFIG += widgets-private
+
+SUBDIRS = \
+qt-client-raster \
+qt-client-widget
+
+qtHaveModule(widgets):qtConfig(gtk3): SUBDIRS += gtk-container