Merge remote-tracking branch 'origin/stable' into dev
Conflicts: .qmake.conf Change-Id: Id367a610a3aefd288bfe287a3bf64606e582deb9
This commit is contained in:
@@ -30,13 +30,7 @@ SUBDIRS += \
|
||||
qvideosurfaceformat \
|
||||
qwavedecoder \
|
||||
qaudiobuffer \
|
||||
qdeclarativeaudio \
|
||||
qaudiodecoder \
|
||||
qaudioprobe \
|
||||
qvideoprobe \
|
||||
qsamplecache
|
||||
|
||||
disabled {
|
||||
SUBDIRS += \
|
||||
qdeclarativevideo
|
||||
}
|
||||
|
||||
10
tests/auto/unit/multimediaqml.pro
Normal file
10
tests/auto/unit/multimediaqml.pro
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS += \
|
||||
qdeclarativeaudio \
|
||||
|
||||
disabled {
|
||||
SUBDIRS += \
|
||||
qdeclarativevideo
|
||||
}
|
||||
|
||||
@@ -2,3 +2,4 @@ TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS += multimedia.pro
|
||||
qtHaveModule(widgets): SUBDIRS += multimediawidgets.pro
|
||||
qtHaveModule(qml): SUBDIRS += multimediaqml.pro
|
||||
|
||||
Reference in New Issue
Block a user