From 60f5070d9763bdbaede401efcef4f5a91395fd5f Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Tue, 25 Mar 2014 09:36:38 +0100 Subject: Remove qt3d from qtlocation's dependency list QtLocation no longer depends on Qt3D. Change-Id: I0418dcc93a97722948bddcdd4f754914d7eaa019 Reviewed-by: Robin Burchell Reviewed-by: Gunnar Sletta --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3