You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by tr...@apache.org on 2012/03/12 13:41:07 UTC

qt commit: Don't need Qt webkit component when building for Qt 5 since we are only using the QML interface.

Updated Branches:
  refs/heads/master c0360555e -> 0d7dfab02


Don't need Qt webkit component when building for Qt 5 since we are only using the QML interface.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-qt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-qt/commit/0d7dfab0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-qt/tree/0d7dfab0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-qt/diff/0d7dfab0

Branch: refs/heads/master
Commit: 0d7dfab0231b1bab397188f17db9248e468754eb
Parents: c036055
Author: Jeff Tranter <tr...@apache.org>
Authored: Mon Mar 12 08:40:52 2012 -0400
Committer: Jeff Tranter <tr...@apache.org>
Committed: Mon Mar 12 08:40:52 2012 -0400

----------------------------------------------------------------------
 cordovaqt.pro |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-qt/blob/0d7dfab0/cordovaqt.pro
----------------------------------------------------------------------
diff --git a/cordovaqt.pro b/cordovaqt.pro
index 61d823b..7553de1 100644
--- a/cordovaqt.pro
+++ b/cordovaqt.pro
@@ -57,6 +57,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
         qml/cordova_wrapper.js
 
     QT += declarative
+    QT += webkit
     CONFIG += mobility qdeclarative-boostable
     MOBILITY += feedback location systeminfo sensors
 } else {
@@ -71,13 +72,11 @@ greaterThan(QT_MAJOR_VERSION, 4) {
     symbian:TARGET.CAPABILITY += NetworkServices
 
     QT += declarative
-
+    QT += webkit
     CONFIG += mobility
     MOBILITY += feedback location systeminfo sensors
 }
 
-QT += webkit
-
 # Please do not modify the following two lines. Required for deployment.
 include(deployment.pri)
 qtcAddDeployment()