From fb5e3cc2d3742d45735cb2972a16ee4b4dc9484e Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Wed, 24 Jun 2015 22:07:15 +1000 Subject: Add qtquickcontrols as an optional dependency to qtlocation module With the correct modules checked out 'make module-qtlocation' will build everything necessary to run the examples. Change-Id: I0c63221b5704c2b13495f3dc3221e888d8e9547c Reviewed-by: Liang Qi Reviewed-by: Alex Blasche --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt.pro') diff --git a/qt.pro b/qt.pro index 1d00bf38..90fead28 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, qtdeclarative qtsystems) +addModule(qtlocation, qtbase, qtdeclarative qtquickcontrols qtsystems) addModule(qtsensors, qtbase, qtdeclarative) addModule(qtconnectivity, qtbase $$ANDROID_EXTRAS, qtdeclarative) addModule(qtfeedback, qtdeclarative, qtmultimedia) -- cgit v1.2.3