diff options
author | Ulf Hermann <ulf.hermann@theqtcompany.com> | 2015-03-11 18:17:55 +0100 |
---|---|---|
committer | Ulf Hermann <ulf.hermann@theqtcompany.com> | 2015-03-13 13:55:54 +0000 |
commit | 6cf940dad33b0e60286a839023bb0530791b8095 (patch) | |
tree | 2c1da10e0adcc16f9fdc348aa3c2b07df5ea8a73 /src/plugins/geoservices/nokia | |
parent | 6915abd48a911a51b0625688ba70009b919f7882 (diff) | |
download | qtlocation-6cf940dad33b0e60286a839023bb0530791b8095.tar.gz |
Fix build system
With the previous setup the location module wasn't properly set up
when qmake was run for the first time with '-r' and no previous
version of QtLocation installed. This caused the building of some
plugins to be skipped later.
It also just looks so much better with the dependencies and subdirs
properly grouped and without the ugly $$QT.location.include things.
Task-number: QTBUG-44983
Change-Id: I0396df078b755a1316ba896ece77620184286a86
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/plugins/geoservices/nokia')
-rw-r--r-- | src/plugins/geoservices/nokia/nokia.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/geoservices/nokia/nokia.pro b/src/plugins/geoservices/nokia/nokia.pro index a0f8d1b6..1e69d4d6 100644 --- a/src/plugins/geoservices/nokia/nokia.pro +++ b/src/plugins/geoservices/nokia/nokia.pro @@ -54,7 +54,6 @@ include(placesv2/placesv2.pri) RESOURCES += resource.qrc -INCLUDEPATH += $$QT.location.includes INCLUDEPATH += ../../../location/maps OTHER_FILES += \ |