Files
qtmultimedia/examples/examples.pro
Gunnar Sletta eedcc340f1 Compile with refactor
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>
2011-09-17 03:24:15 +02:00

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