Change-Id: I248f811a13ca00ccbf5d342a556d389bca625856 Reviewed-on: http://codereview.qt-project.org/4940 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
22 lines
345 B
Prolog
22 lines
345 B
Prolog
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
|