summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/controls.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/controls/controls.pro')
-rw-r--r--examples/quickcontrols/controls/controls.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/quickcontrols/controls/controls.pro b/examples/quickcontrols/controls/controls.pro
new file mode 100644
index 00000000..02b0e094
--- /dev/null
+++ b/examples/quickcontrols/controls/controls.pro
@@ -0,0 +1,20 @@
+TEMPLATE = subdirs
+
+SUBDIRS += \
+ gallery \
+ tableview \
+ touch \
+ basiclayouts \
+ styles \
+ uiforms
+
+qtHaveModule(widgets) {
+ SUBDIRS += texteditor filesystembrowser
+}
+
+qtHaveModule(sql) {
+ SUBDIRS += calendar
+}
+
+EXAMPLE_FILES += \
+ shared