Fix for broken QML multimedia import on windows

Changed qtmultimediaquicktools into a module so that it gets installed
to the bin directory. This allows the declarative_multimedia library
to locate it during the 'import multimedia' process.

Task-number: QTBUG-25984

Change-Id: I559469170bc713fb31633917bcbc210f862660cf
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Mithra Pattison
2012-07-11 13:37:27 +10:00
committed by Qt by Nokia
parent 9a3538fc50
commit 858baa7d90
2 changed files with 4 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
QT += qml quick network multimedia-private
QT += qml quick network multimedia-private qtmultimediaquicktools-private
LIBS += -lQtMultimediaQuick_p -L$$QT.multimedia.libs
LIBS += -L$$QT.multimedia.libs
HEADERS += \
qdeclarativeaudio_p.h \