summaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/webenginequick.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginequick/webenginequick.pro')
-rw-r--r--examples/webenginequick/webenginequick.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/webenginequick/webenginequick.pro b/examples/webenginequick/webenginequick.pro
new file mode 100644
index 000000000..058868395
--- /dev/null
+++ b/examples/webenginequick/webenginequick.pro
@@ -0,0 +1,13 @@
+TEMPLATE=subdirs
+
+SUBDIRS += \
+ customdialogs \
+ minimal \
+ quicknanobrowser \
+ webengineaction
+
+qtHaveModule(quickcontrols2) {
+ SUBDIRS += \
+ lifecycle \
+ recipebrowser
+}