Fix modules to load(qt_module) first
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Wed, 8 Jun 2011 17:47:56 +0000 (12:47 -0500)
committerQt Continuous Integration System <qt-info@nokia.com>
Wed, 8 Jun 2011 19:04:48 +0000 (21:04 +0200)
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>
src/corelib/corelib.pro
src/dbus/dbus.pro
src/gui/gui.pro
src/network/network.pro
src/opengl/opengl.pro
src/sql/sql.pro
src/testlib/testlib.pro
src/xml/xml.pro

index 4862263..2388f53 100644 (file)
@@ -1,3 +1,5 @@
+load(qt_module)
+
 TARGET    = QtCore
 QPRO_PWD   = $$PWD
 QT         =
index 4c631ae..12efd86 100644 (file)
@@ -1,3 +1,5 @@
+load(qt_module)
+
 TARGET = QtDBus
 QPRO_PWD = $$PWD
 QT = core-private \
index 7412978..58e1d6c 100644 (file)
@@ -1,3 +1,5 @@
+load(qt_module)
+
 TARGET     = QtGui
 QPRO_PWD   = $$PWD
 QT = core-private
index e3e576a..cfd3f95 100644 (file)
@@ -1,3 +1,5 @@
+load(qt_module)
+
 # Qt network module
 TARGET   = QtNetwork
 QPRO_PWD = $$PWD
index 079f93d..16a4ce0 100644 (file)
@@ -1,3 +1,5 @@
+load(qt_module)
+
 TARGET     = QtOpenGL
 QPRO_PWD   = $$PWD
 QT         = core-private gui-private
index 74f6cd2..445946e 100644 (file)
@@ -1,3 +1,5 @@
+load(qt_module)
+
 TARGET    = QtSql
 QPRO_PWD   = $$PWD
 QT         = core-private
index 0706a5b..aa41669 100644 (file)
@@ -1,3 +1,5 @@
+load(qt_module)
+
 TARGET = QtTest
 QPRO_PWD = $$PWD
 QT = core
index 361b948..f1d2bac 100644 (file)
@@ -1,3 +1,5 @@
+load(qt_module)
+
 TARGET     = QtXml
 QPRO_PWD   = $$PWD
 QT         = core-private