aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-24 16:26:03 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-08 15:44:50 +0200
commitbc6bcaa32348e62842509990c3a258dd07b15b0a (patch)
tree290d7ae6f7608f1e3c2dffdca72e5f17021bb184 /qt.pro
parent7f523a7aa3a00d2190cbe7ca4c52a9a30cb67ea0 (diff)
qt.pro: Fix dependencies for qtconnectivity
Remove the hard dependency on qtsystems and changing it with a hard dependency on qtbase and a optional dependency on qtdeclarative instead. Change-Id: I96a4d3b38df588489e5ff4a704ea1e4fcbdb620c Reviewed-by: Alex Blasche <alexander.blasche@digia.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 380e06a6..b92b3c69 100644
--- a/qt.pro
+++ b/qt.pro
@@ -70,7 +70,7 @@ addModule(qtjsondb, qtdeclarative)
addModule(qtsystems, qtbase, qtdeclarative)
addModule(qtlocation, qtbase, qt3d qtsystems qtmultimedia)
addModule(qtsensors, qtbase, qtdeclarative)
-addModule(qtconnectivity, qtsystems)
+addModule(qtconnectivity, qtbase, qtdeclarative)
addModule(qtfeedback, qtdeclarative, qtmultimedia)
addModule(qtpim, qtdeclarative, qtjsondb)
addModule(qtwebkit, qtdeclarative, qtlocation qtsensors, WebKit.pro)