diff options
author | Jonas Rabbe <jonas.rabbe@nokia.com> | 2011-07-12 13:22:06 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-07-12 07:55:02 +0200 |
commit | 98729e41f83a0d99b94236435a5f5d19b3aedc4e (patch) | |
tree | 4d54bc183439799cf09c47c54aeca0e0335fa67e /examples/examples.pro | |
parent | e55d67301d12040e9452f3427890ae4ebe7dd335 (diff) | |
download | qtmultimedia-98729e41f83a0d99b94236435a5f5d19b3aedc4e.tar.gz |
Moved demo(s) to examples.
Demos are no longer part of QT_BUILD_PARTS, so any demos must be moved
to examples to be build. So far that means the player demo.
Change-Id: I92641be38accb1c1b723009f1004c63f59ec8266
Reviewed-on: http://codereview.qt.nokia.com/1470
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 522b1b561..8135f56a5 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -9,7 +9,8 @@ SUBDIRS += \ audioinput \ audiooutput \ videographicsitem \ - videowidget + videowidget \ + player \ contains(QT_CONFIG, declarative) { SUBDIRS += declarative-camera |