aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlviewer/qmlviewer.pro')
-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
}