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>
19 lines
276 B
Prolog
19 lines
276 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
radio \
|
|
camera \
|
|
slideshow \
|
|
audiorecorder \
|
|
audiodevices \
|
|
audioinput \
|
|
audiooutput \
|
|
videographicsitem \
|
|
videowidget \
|
|
player \
|
|
|
|
contains(QT_CONFIG, declarative) {
|
|
SUBDIRS += declarative-camera
|
|
}
|
|
|