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
|
||||
QT = core-private
|
||||
CONFIG += exceptions
|
||||
|
@ -1,5 +1,3 @@
|
||||
load(qt_build_config)
|
||||
|
||||
TARGET = QtCore
|
||||
QT =
|
||||
CONFIG += exceptions
|
||||
|
@ -1,5 +1,3 @@
|
||||
load(qt_build_config)
|
||||
|
||||
TARGET = QtDBus
|
||||
QT = core-private
|
||||
CONFIG += link_pkgconfig
|
||||
|
@ -1,5 +1,3 @@
|
||||
load(qt_build_config)
|
||||
|
||||
TARGET = QtGui
|
||||
QT = core-private
|
||||
MODULE_CONFIG = opengl
|
||||
|
@ -1,5 +1,3 @@
|
||||
load(qt_build_config)
|
||||
|
||||
TARGET = QtNetwork
|
||||
QT = core-private
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
load(qt_build_config)
|
||||
|
||||
TARGET = QtOpenGL
|
||||
QT = core-private gui-private widgets-private
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
load(qt_build_config)
|
||||
TARGET = QtPlatformSupport
|
||||
QT = core-private gui-private
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
load(qt_build_config)
|
||||
|
||||
TARGET = QtPrintSupport
|
||||
QT = core-private gui-private widgets-private
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
load(qt_build_config)
|
||||
|
||||
TARGET = QtSql
|
||||
QT = core-private
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
load(qt_build_config)
|
||||
|
||||
TARGET = QtTest
|
||||
QT = core-private
|
||||
CONFIG += exceptions
|
||||
|
@ -1,5 +1,3 @@
|
||||
load(qt_build_config)
|
||||
|
||||
TARGET = QtWidgets
|
||||
QT = core-private gui-private
|
||||
MODULE_CONFIG = uic
|
||||
|
@ -1,5 +1,3 @@
|
||||
load(qt_build_config)
|
||||
|
||||
# Additional Qt project file for qtmain lib on Windows
|
||||
!win32:error("$$_FILE_ is intended only for Windows!")
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
load(qt_build_config)
|
||||
|
||||
TARGET = QtXml
|
||||
QT = core-private
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user