Updated declarative components to use the QML module
Change-Id: I4b49466ba5248683c2285f98ce17bc2c24bba515 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
@@ -33,3 +33,8 @@ SUBDIRS += \
|
||||
qdeclarativeaudio \
|
||||
qdeclarativeaudio_4 \
|
||||
qaudiodecoder
|
||||
|
||||
disabled {
|
||||
SUBDIRS += \
|
||||
qdeclarativevideo
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CONFIG += testcase
|
||||
TARGET = tst_qdeclarativeaudio
|
||||
|
||||
QT += multimedia-private declarative testlib
|
||||
QT += multimedia-private qml testlib
|
||||
CONFIG += no_private_qt_headers_warning
|
||||
|
||||
HEADERS += \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CONFIG += testcase
|
||||
TARGET = tst_qdeclarativeaudio_4
|
||||
|
||||
QT += multimedia-private declarative testlib
|
||||
QT += multimedia-private qml testlib
|
||||
CONFIG += no_private_qt_headers_warning
|
||||
|
||||
HEADERS += \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CONFIG += testcase
|
||||
TARGET = tst_qdeclarativevideo
|
||||
|
||||
QT += multimedia-private declarative testlib
|
||||
QT += multimedia-private qml testlib
|
||||
CONFIG += no_private_qt_headers_warning
|
||||
|
||||
HEADERS += \
|
||||
|
||||
Reference in New Issue
Block a user