Files
qtmultimedia/examples/examples.pro
Tasuku Suzuki c15b2833ba Make compile with -no-widgets
Change-Id: I6a057950315a1e2084fd6fc130007f865d096f12
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-09-04 10:29:23 +02:00

31 lines
594 B
Prolog

TEMPLATE = subdirs
SUBDIRS += audiodecoder
# These examples all need widgets for now (using creator templates that use widgets)
!isEmpty(QT.widgets.name) {
SUBDIRS += \
radio \
camera \
spectrum \
audiorecorder \
audiodevices \
audioinput \
audiooutput \
videographicsitem \
videowidget \
player
QT += widgets
}
!isEmpty(QT.gui.name):!isEmpty(QT.qml.name) {
disabled:SUBDIRS += declarative-camera
SUBDIRS += \
declarative-radio \
video
}
config_openal: SUBDIRS += audioengine