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:
Oswald Buddenhagen 2012-09-03 11:38:00 +02:00 committed by The Qt Project
parent 1da978416d
commit 1e68ec7e67
13 changed files with 0 additions and 25 deletions

View File

@ -1,5 +1,3 @@
load(qt_build_config)
TARGET = QtConcurrent
QT = core-private
CONFIG += exceptions

View File

@ -1,5 +1,3 @@
load(qt_build_config)
TARGET = QtCore
QT =
CONFIG += exceptions

View File

@ -1,5 +1,3 @@
load(qt_build_config)
TARGET = QtDBus
QT = core-private
CONFIG += link_pkgconfig

View File

@ -1,5 +1,3 @@
load(qt_build_config)
TARGET = QtGui
QT = core-private
MODULE_CONFIG = opengl

View File

@ -1,5 +1,3 @@
load(qt_build_config)
TARGET = QtNetwork
QT = core-private

View File

@ -1,5 +1,3 @@
load(qt_build_config)
TARGET = QtOpenGL
QT = core-private gui-private widgets-private

View File

@ -1,4 +1,3 @@
load(qt_build_config)
TARGET = QtPlatformSupport
QT = core-private gui-private

View File

@ -1,5 +1,3 @@
load(qt_build_config)
TARGET = QtPrintSupport
QT = core-private gui-private widgets-private

View File

@ -1,5 +1,3 @@
load(qt_build_config)
TARGET = QtSql
QT = core-private

View File

@ -1,5 +1,3 @@
load(qt_build_config)
TARGET = QtTest
QT = core-private
CONFIG += exceptions

View File

@ -1,5 +1,3 @@
load(qt_build_config)
TARGET = QtWidgets
QT = core-private gui-private
MODULE_CONFIG = uic

View File

@ -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!")

View File

@ -1,5 +1,3 @@
load(qt_build_config)
TARGET = QtXml
QT = core-private