remove explicit load(qt_build_config)s from the libraries
.qmake.conf (and previously .qmake.cache) already does that for us. Change-Id: I06cc01fa45921d7bd66dda7a0f88729faeff37bd Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
1da978416d
commit
1e68ec7e67
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
TARGET = QtConcurrent
|
TARGET = QtConcurrent
|
||||||
QT = core-private
|
QT = core-private
|
||||||
CONFIG += exceptions
|
CONFIG += exceptions
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
TARGET = QtCore
|
TARGET = QtCore
|
||||||
QT =
|
QT =
|
||||||
CONFIG += exceptions
|
CONFIG += exceptions
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
TARGET = QtDBus
|
TARGET = QtDBus
|
||||||
QT = core-private
|
QT = core-private
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
TARGET = QtGui
|
TARGET = QtGui
|
||||||
QT = core-private
|
QT = core-private
|
||||||
MODULE_CONFIG = opengl
|
MODULE_CONFIG = opengl
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
TARGET = QtNetwork
|
TARGET = QtNetwork
|
||||||
QT = core-private
|
QT = core-private
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
TARGET = QtOpenGL
|
TARGET = QtOpenGL
|
||||||
QT = core-private gui-private widgets-private
|
QT = core-private gui-private widgets-private
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
TARGET = QtPlatformSupport
|
TARGET = QtPlatformSupport
|
||||||
QT = core-private gui-private
|
QT = core-private gui-private
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
TARGET = QtPrintSupport
|
TARGET = QtPrintSupport
|
||||||
QT = core-private gui-private widgets-private
|
QT = core-private gui-private widgets-private
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
TARGET = QtSql
|
TARGET = QtSql
|
||||||
QT = core-private
|
QT = core-private
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
TARGET = QtTest
|
TARGET = QtTest
|
||||||
QT = core-private
|
QT = core-private
|
||||||
CONFIG += exceptions
|
CONFIG += exceptions
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
TARGET = QtWidgets
|
TARGET = QtWidgets
|
||||||
QT = core-private gui-private
|
QT = core-private gui-private
|
||||||
MODULE_CONFIG = uic
|
MODULE_CONFIG = uic
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
# Additional Qt project file for qtmain lib on Windows
|
# Additional Qt project file for qtmain lib on Windows
|
||||||
!win32:error("$$_FILE_ is intended only for Windows!")
|
!win32:error("$$_FILE_ is intended only for Windows!")
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
TARGET = QtXml
|
TARGET = QtXml
|
||||||
QT = core-private
|
QT = core-private
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user