aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-07-07 17:24:18 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-20 06:57:44 +0200
commit12ebf79f3a92646ae7d5671d8ba4147055d203c2 (patch)
treeb13a095ad2341248b8846141cc0013d1c01c7c0c /tools/qmlviewer
parentdc62227da7eaa88c7d305ebd3c16d6567209d630 (diff)
Remove traces of webkit
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>
Diffstat (limited to 'tools/qmlviewer')
-rw-r--r--tools/qmlviewer/qmlviewer.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/qmlviewer/qmlviewer.pro b/tools/qmlviewer/qmlviewer.pro
index e9edd605e6..16579bb167 100644
--- a/tools/qmlviewer/qmlviewer.pro
+++ b/tools/qmlviewer/qmlviewer.pro
@@ -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
}