From 811a77a53c9e5a05e01928f8efb6678e4637a4bf Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Mon, 9 Feb 2015 11:40:06 +0100 Subject: Add qtdeclarative as optional dependency for qtlocation Change-Id: Id6d406cd98b64ba111d1eb9cb0b03360a05fbca7 Reviewed-by: Oswald Buddenhagen --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt.pro b/qt.pro index f515d828..1d972a5c 100644 --- a/qt.pro +++ b/qt.pro @@ -69,7 +69,7 @@ addModule(qtmultimedia, qtbase, qtdeclarative) addModule(qtwinextras, qtbase, qtdeclarative qtmultimedia) addModule(qtactiveqt, qtbase) addModule(qtsystems, qtbase, qtdeclarative) -addModule(qtlocation, qtbase, qtsystems) +addModule(qtlocation, qtbase, qtdeclarative qtsystems) addModule(qtsensors, qtbase, qtdeclarative) addModule(qtconnectivity, qtbase $$ANDROID_EXTRAS, qtdeclarative) addModule(qtfeedback, qtdeclarative, qtmultimedia) -- cgit v1.2.3