Add module.prf, and install MODULE_PRI for each module
Output warning if not present
This commit is contained in:
committed by
Olivier Goffart
parent
89d67a2b80
commit
0710f1743d
@@ -4,6 +4,9 @@ TARGET = QtMultimedia
|
|||||||
QPRO_PWD = $$PWD
|
QPRO_PWD = $$PWD
|
||||||
QT = core gui
|
QT = core gui
|
||||||
|
|
||||||
|
CONFIG += module
|
||||||
|
MODULE_PRI = ../../modules/qt_multimedia.pri
|
||||||
|
|
||||||
DEFINES += QT_BUILD_MULTIMEDIA_LIB QT_NO_USING_NAMESPACE
|
DEFINES += QT_BUILD_MULTIMEDIA_LIB QT_NO_USING_NAMESPACE
|
||||||
|
|
||||||
unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui
|
unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui
|
||||||
|
|||||||
Reference in New Issue
Block a user