diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2014-06-12 10:25:23 +0200 |
---|---|---|
committer | Alex Blasche <alexander.blasche@digia.com> | 2014-06-18 16:23:26 +0200 |
commit | f81391639e36bb10b30e31237d7a273da060fef5 (patch) | |
tree | 2ba0bf399a03f864ee9b9cdf7557134de51a60a6 /qt.pro | |
parent | ffab81d96aa4e91c14fe3ff888dd4323092a261e (diff) | |
download | qt5-f81391639e36bb10b30e31237d7a273da060fef5.tar.gz |
Remove jsondb from qtpim dependency list
Change-Id: Icf05e7857b02db74c7309d796be7ef259cf83e37
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Diffstat (limited to 'qt.pro')
-rw-r--r-- | qt.pro | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ addModule(qtlocation, qtbase, qtsystems qtmultimedia) addModule(qtsensors, qtbase, qtdeclarative) addModule(qtconnectivity, qtbase $$ANDROID_EXTRAS, qtdeclarative) addModule(qtfeedback, qtdeclarative, qtmultimedia) -addModule(qtpim, qtdeclarative, qtjsondb) +addModule(qtpim, qtdeclarative) addModule(qtwebkit, qtdeclarative, qtlocation qtmultimedia qtsensors, WebKit.pro) addModule(qttools, qtbase, qtdeclarative qtactiveqt qtwebkit) addModule(qtwebkit-examples, qtwebkit qttools) |