aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-02 09:22:29 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-04 06:15:03 +0000
commitf36d7e5d9b720bb8ccc38e686821ef7e96272221 (patch)
treeeeb9e2040af947a240349d3da0a2a784b8636e19 /qt.pro
parent9347499e78f03710eaf24af3c1e7ac650d0ef81d (diff)
QtLocation doesn't depend on QtMultimedia anymore.
Change-Id: Id75a7fc591064639a38694149517924dd33b56fb Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.pro b/qt.pro
index 91fa1600..f044bd8e 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 qtmultimedia)
+addModule(qtlocation, qtbase, qtsystems)
addModule(qtsensors, qtbase, qtdeclarative)
addModule(qtconnectivity, qtbase $$ANDROID_EXTRAS, qtdeclarative)
addModule(qtfeedback, qtdeclarative, qtmultimedia)