summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2011-06-28 16:49:08 +1000
committerAlex <qt-info@nokia.com>2011-06-28 16:49:08 +1000
commit35721609275e38c1d35203cd2c5ee5c2a07f9763 (patch)
treea853895bea338b3caf079fbbca6bdbad6e56a314
parent55083251ba35b95481a9ccb92157ffb2fd0bd955 (diff)
fix Mac framework build
qt_module_config requires TARGET as input. Hence we have to pull qt_module_config a bit later than expected
-rw-r--r--src/location/location.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/location/location.pro b/src/location/location.pro
index 68bd8c20..db7749e9 100644
--- a/src/location/location.pro
+++ b/src/location/location.pro
@@ -1,5 +1,4 @@
load(qt_module)
-load(qt_module_config)
TARGET = QtLocation
QPRO_PWD = $$PWD
@@ -13,6 +12,8 @@ DEFINES += QT_BUILD_LOCATION_LIB QT_MAKEDLL
INCLUDEPATH += $$QT.location.private_includes/QtLocation
+load(qt_module_config)
+
HEADERS += qtlocationversion.h
include(landmarks/landmarks.pri)