summaryrefslogtreecommitdiff
path: root/src/plugins/position/winrt
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-03-11 18:17:55 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-03-13 13:55:54 +0000
commit6cf940dad33b0e60286a839023bb0530791b8095 (patch)
tree2c1da10e0adcc16f9fdc348aa3c2b07df5ea8a73 /src/plugins/position/winrt
parent6915abd48a911a51b0625688ba70009b919f7882 (diff)
downloadqtlocation-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/position/winrt')
-rw-r--r--src/plugins/position/winrt/winrt.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/position/winrt/winrt.pro b/src/plugins/position/winrt/winrt.pro
index eb4f4b74..228a9e78 100644
--- a/src/plugins/position/winrt/winrt.pro
+++ b/src/plugins/position/winrt/winrt.pro
@@ -5,8 +5,6 @@ PLUGIN_TYPE = position
PLUGIN_CLASS_NAME = QGeoPositionInfoSourceFactoryWinrt
load(qt_plugin)
-INCLUDEPATH += $$QT.location.includes
-
SOURCES += qgeopositioninfosource_winrt.cpp \
qgeopositioninfosourcefactory_winrt.cpp
HEADERS += qgeopositioninfosource_winrt_p.h \