follow rename of qt_module_config.prf to qt_module.prf
Change-Id: I6fd02095b9c75952c689b2c55aec9c71b39aadd3 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
aeb8cfe2a2
commit
2a8577d732
@@ -8,7 +8,7 @@ contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2) {
|
||||
DEFINES += QT_NO_OPENGL
|
||||
}
|
||||
|
||||
load(qt_module_config)
|
||||
load(qt_module)
|
||||
|
||||
INCLUDEPATH *= .
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ QT = core gui multimedia-private widgets-private
|
||||
|
||||
CONFIG += no_private_qt_headers_warning
|
||||
|
||||
load(qt_module_config)
|
||||
load(qt_module)
|
||||
|
||||
# private dependencies
|
||||
contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2) {
|
||||
|
||||
@@ -4,7 +4,7 @@ TARGET = QtMultimediaQuick_p
|
||||
QT = core quick multimedia-private
|
||||
CONFIG += internal_module
|
||||
|
||||
load(qt_module_config)
|
||||
load(qt_module)
|
||||
|
||||
!static:DEFINES += QT_MAKEDLL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user