From 2a34e88c1e1ced28e75c487cd13402e1c9cf9fa3 Mon Sep 17 00:00:00 2001 From: Michael Goddard Date: Wed, 29 Jun 2011 13:38:46 +1000 Subject: Initial copy of QtMultimediaKit. Comes from original repo, with SHA1: 2c82d5611655e5967f5c5095af50c0991c4378b2 --- examples/examples.pro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/examples.pro (limited to 'examples/examples.pro') 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 + -- cgit v1.2.3