Add the QtBase/lib directory as a library path, not just frameworks.
This meant that any non-framework libraries there weren't found (like the multimedia helper libraries). Change-Id: Iacd99f82763d39fc47c779c9498dfd5e1cc0e743 Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
eb92be7ede
commit
89898e4499
@@ -8,7 +8,7 @@ QT += qml quick network multimedia-private
|
||||
DESTDIR = $$QT.multimedia.imports/$$TARGETPATH
|
||||
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
|
||||
|
||||
LIBS += -lQtMultimediaQuick_p
|
||||
LIBS += -lQtMultimediaQuick_p -L$$QT.multimedia.libs
|
||||
|
||||
HEADERS += \
|
||||
qdeclarativeaudio_p.h \
|
||||
|
||||
Reference in New Issue
Block a user