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, 21 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
new file mode 100644
index 000000000..fd0069732
--- /dev/null
+++ b/examples/examples.pro
@@ -0,0 +1,21 @@
+TEMPLATE = subdirs
+
+SUBDIRS += \
+ radio \
+ camera \
+ slideshow \
+ audiorecorder \
+ audiodevices \
+ audioinput \
+ audiooutput \
+ videographicsitem \
+ videowidget
+
+contains(QT_CONFIG, declarative) {
+ SUBDIRS += declarative-camera
+}
+
+sources.path = $$QT_MOBILITY_EXAMPLES
+
+INSTALLS += sources
+