Merge remote-tracking branch 'origin/stable' into dev

Conflicts:
	.qmake.conf

Change-Id: Id367a610a3aefd288bfe287a3bf64606e582deb9
This commit is contained in:
Frederik Gladhorn
2014-01-17 17:20:59 +01:00
35 changed files with 290 additions and 115 deletions

View File

@@ -5,11 +5,15 @@ SUBDIRS += \
qaudiodeviceinfo \
qaudioinput \
qaudiooutput \
qdeclarativevideooutput \
qdeclarativevideooutput_window \
qmediaplayerbackend \
qcamerabackend \
qsoundeffect \
qsound
qtHaveModule(quick) {
SUBDIRS += \
qdeclarativevideooutput \
qdeclarativevideooutput_window
}
!qtHaveModule(widgets): SUBDIRS -= qcamerabackend

View File

@@ -30,13 +30,7 @@ SUBDIRS += \
qvideosurfaceformat \
qwavedecoder \
qaudiobuffer \
qdeclarativeaudio \
qaudiodecoder \
qaudioprobe \
qvideoprobe \
qsamplecache
disabled {
SUBDIRS += \
qdeclarativevideo
}

View File

@@ -0,0 +1,10 @@
TEMPLATE = subdirs
SUBDIRS += \
qdeclarativeaudio \
disabled {
SUBDIRS += \
qdeclarativevideo
}

View File

@@ -2,3 +2,4 @@ TEMPLATE = subdirs
SUBDIRS += multimedia.pro
qtHaveModule(widgets): SUBDIRS += multimediawidgets.pro
qtHaveModule(qml): SUBDIRS += multimediaqml.pro