Files
qtmultimedia/examples/multimedia/multimedia.pro
Yoann Lopes a91809bf0f Moved declarative-camera example in the right directory.
This example was in the multimediawidgets directory but doesn't depend on
or use the QtMultimediaWidgets module. Moved to 'examples/multimedia'
instead.

Change-Id: Ic2fcc6576e95664e0002531ee378a4366daa56c1
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-07-24 13:09:44 +02:00

25 lines
467 B
Prolog

TEMPLATE = subdirs
SUBDIRS += audiodecoder
# These examples all need widgets for now (using creator templates that use widgets)
qtHaveModule(widgets) {
SUBDIRS += \
radio \
spectrum \
audiorecorder \
audiodevices \
audioinput \
audiooutput \
}
qtHaveModule(gui):qtHaveModule(qml) {
SUBDIRS += \
declarative-camera \
declarative-radio \
video
}
config_openal: SUBDIRS += audioengine