summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
deleted file mode 100644
index e26fab0..0000000
--- a/examples/examples.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += \
- radio \
- camera \
- slideshow \
- spectrum \
- audiorecorder \
- audiodevices \
- audioinput \
- audiooutput \
- videographicsitem \
- videowidget \
- player \
-
-contains(QT_CONFIG, declarative) {
- disabled:SUBDIRS += declarative-camera
- SUBDIRS += declarative-radio
-}
-
-QT+=widgets