Fix modules to load(qt_module) first

Change-Id: Iabdfffff09088243863a8661add73298ed8baaf3
Reviewed-on: http://codereview.qt.nokia.com/413
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
bb10
Marius Storm-Olsen 2011-06-08 12:47:56 -05:00 committed by Qt Continuous Integration System
parent 2e2ad7ec7f
commit 15d6f1f031
8 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,5 @@
load(qt_module)
TARGET = QtCore
QPRO_PWD = $$PWD
QT =

View File

@ -1,3 +1,5 @@
load(qt_module)
TARGET = QtDBus
QPRO_PWD = $$PWD
QT = core-private \

View File

@ -1,3 +1,5 @@
load(qt_module)
TARGET = QtGui
QPRO_PWD = $$PWD
QT = core-private

View File

@ -1,3 +1,5 @@
load(qt_module)
# Qt network module
TARGET = QtNetwork
QPRO_PWD = $$PWD

View File

@ -1,3 +1,5 @@
load(qt_module)
TARGET = QtOpenGL
QPRO_PWD = $$PWD
QT = core-private gui-private

View File

@ -1,3 +1,5 @@
load(qt_module)
TARGET = QtSql
QPRO_PWD = $$PWD
QT = core-private

View File

@ -1,3 +1,5 @@
load(qt_module)
TARGET = QtTest
QPRO_PWD = $$PWD
QT = core

View File

@ -1,3 +1,5 @@
load(qt_module)
TARGET = QtXml
QPRO_PWD = $$PWD
QT = core-private