summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-04-06 08:03:33 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-04-12 06:04:52 +0000
commiteb525425bad4524eb8abb288db7d29c62d621470 (patch)
treea7868c21e508d36a0959bff33eb2b701446f7622
parentde26e10992259c4848a332a445d6fd83c72d6a8d (diff)
Remove WinCE vestiges
It is history since Qt 5.8/dev against which qtfeedback is supposed to work. Change-Id: I4018f1737447bbd76e3245273858be73fd4e7fcc Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-rw-r--r--examples/hapticsplayer/main.cpp3
-rw-r--r--examples/hapticsquare/main.cpp3
-rw-r--r--tests/auto/qfeedbackmmk/qfeedbackmmk.pro6
3 files changed, 1 insertions, 11 deletions
diff --git a/examples/hapticsplayer/main.cpp b/examples/hapticsplayer/main.cpp
index 00bcbb1..1500d7b 100644
--- a/examples/hapticsplayer/main.cpp
+++ b/examples/hapticsplayer/main.cpp
@@ -48,9 +48,6 @@ int main(int argc, char *argv[])
HapticsPlayer w;
-#if defined(Q_OS_WINCE)
- w.showMaximized();
-#endif
w.show();
diff --git a/examples/hapticsquare/main.cpp b/examples/hapticsquare/main.cpp
index bd1490d..1a89529 100644
--- a/examples/hapticsquare/main.cpp
+++ b/examples/hapticsquare/main.cpp
@@ -46,9 +46,6 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
a.addLibraryPath("../../plugins"); // allows the plugins to be loaded
HapticSquare w;
-#if defined (Q_OS_WINCE)
- w.setWindowState(Qt::WindowMaximized);
-#endif
w.show();
return a.exec();
diff --git a/tests/auto/qfeedbackmmk/qfeedbackmmk.pro b/tests/auto/qfeedbackmmk/qfeedbackmmk.pro
index 2c1c8de..8da3038 100644
--- a/tests/auto/qfeedbackmmk/qfeedbackmmk.pro
+++ b/tests/auto/qfeedbackmmk/qfeedbackmmk.pro
@@ -4,11 +4,7 @@ QT += feedback
SOURCES += tst_qfeedbackmmk.cpp
-wince* {
- deploy.files = test.wav
- DEPLOYMENT = deploy
- DEFINES += QT_QFEEDBACKMMK_USEAPPLICATIONPATH
-} else:maemo* {
+maemo* {
DEFINES += QT_QFEEDBACKMMK_USEAPPLICATIONPATH
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"