Remove traces of webkit
authorAlan Alpert <alan.alpert@nokia.com>
Thu, 7 Jul 2011 07:24:18 +0000 (17:24 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 20 Jul 2011 04:57:44 +0000 (06:57 +0200)
Removes the entire wince section for qmlviewer.pro, as wince is not yet
supported for qt5 and its unclear what damage removing the webkit part
would have done to it.

Change-Id: Ib0c721856bb7a28c3238e85c8cc93b43e6e63368
Reviewed-on: http://codereview.qt.nokia.com/1267
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
src/qtquick1/graphicsitems/qdeclarativeitemsmodule.cpp
tools/qmlviewer/qmlviewer.pro

index 78f13cd..47fd2dd 100644 (file)
 #include "QtQuick1/private/qdeclarativetextinput_p.h"
 #include "QtQuick1/private/qdeclarativevisualitemmodel_p.h"
 #include "QtQuick1/private/qdeclarativegraphicswidget_p.h"
-#ifdef QT_WEBKIT_LIB
-#include "QtQuick1/private/qdeclarativewebview_p.h"
-#include "QtQuick1/private/qdeclarativewebview_p_p.h"
-#endif
 #include "QtQuick1/private/qdeclarativeanchors_p.h"
 #include "QtQuick1/private/qdeclarativepincharea_p.h"
 
index e9edd60..16579bb 100644 (file)
@@ -16,22 +16,6 @@ DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
 target.path = $$[QT_INSTALL_BINS]
 INSTALLS += target
 
-wince* {
-    QT += xml
-
-    contains(QT_CONFIG, scripttools) {
-        QT += scripttools
-    }
-    contains(QT_CONFIG, phonon) {
-        QT += phonon
-    }
-    contains(QT_CONFIG, xmlpatterns) {
-        QT += xmlpatterns
-    }
-    contains(QT_CONFIG, webkit) {
-        QT += webkit
-    }
-}
 maemo5 {
     QT += maemo5
 }