summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/controls.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/controls.pro')
-rw-r--r--examples/quick/controls/controls.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/quick/controls/controls.pro b/examples/quick/controls/controls.pro
deleted file mode 100644
index 52ab8c459..000000000
--- a/examples/quick/controls/controls.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += \
- gallery \
- tableview \
- touch \
- basiclayouts \
- styles \
- uiforms
-
-qtHaveModule(widgets) {
- SUBDIRS += texteditor filesystembrowser
-}
-
-qtHaveModule(sql) {
- SUBDIRS += calendar
-}