summaryrefslogtreecommitdiff
path: root/src/positioning/positioning.pro
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@jollamobile.com>2013-12-10 18:37:29 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-11 00:06:31 +0100
commitf9f88b44e747db8ad218879fec4dbb1627996aef (patch)
tree59f3092d67096566a7239fe46d8ea463444131d8 /src/positioning/positioning.pro
parent073c2f57bfbc4fd1a0a67f0b7bbcb24875ce1246 (diff)
downloadqtlocation-f9f88b44e747db8ad218879fec4dbb1627996aef.tar.gz
Remove QtQml dependency from QtPositioning.
The QtQml dependency was only required for the QML_DECLARE_TYPE macro. Since Qt 5.0 use of this macro is not required. Add missing includes which were being pulled in via QtQml. Task-number: QTBUG-33220 Change-Id: Ief6ab94e25b4bc5cb753672908b09f7e772df1c8 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/positioning/positioning.pro')
-rw-r--r--src/positioning/positioning.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/positioning/positioning.pro b/src/positioning/positioning.pro
index 296356d0..15c3b360 100644
--- a/src/positioning/positioning.pro
+++ b/src/positioning/positioning.pro
@@ -1,7 +1,5 @@
TARGET = QtPositioning
QT = core-private
-QT += qml # the dependecy should be removed, see QTBUG-22330
-
QMAKE_DOCS = $$PWD/doc/qtpositioning.qdocconf
OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator