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.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/webenginequick/webenginequick.pro b/examples/webenginequick/webenginequick.pro
new file mode 100644
index 000000000..fb44f2c54
--- /dev/null
+++ b/examples/webenginequick/webenginequick.pro
@@ -0,0 +1,9 @@
+TEMPLATE=subdirs
+
+SUBDIRS += \
+ quicknanobrowser
+
+qtHaveModule(quickcontrols2) {
+ SUBDIRS += \
+ lifecycle
+}