aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-03-25 09:36:38 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-02 12:12:44 +0200
commit60f5070d9763bdbaede401efcef4f5a91395fd5f (patch)
treedfb3feea88a65a700fe8cf1db3057faf8c48e2cb
parent2c06e806a22480919b27133b080281cad06ebf26 (diff)
Remove qt3d from qtlocation's dependency list
QtLocation no longer depends on Qt3D. Change-Id: I0418dcc93a97722948bddcdd4f754914d7eaa019 Reviewed-by: Robin Burchell <robin+qt@viroteck.net> Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
-rw-r--r--qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.pro b/qt.pro
index d0edc030..a42c6711 100644
--- a/qt.pro
+++ b/qt.pro
@@ -72,7 +72,7 @@ addModule(qtactiveqt, qtbase)
addModule(qt3d, qtdeclarative)
addModule(qtjsondb, qtdeclarative)
addModule(qtsystems, qtbase, qtdeclarative)
-addModule(qtlocation, qtbase, qt3d qtsystems qtmultimedia)
+addModule(qtlocation, qtbase, qtsystems qtmultimedia)
addModule(qtsensors, qtbase, qtdeclarative)
addModule(qtconnectivity, qtbase $$ANDROID_EXTRAS, qtdeclarative)
addModule(qtfeedback, qtdeclarative, qtmultimedia)