summaryrefslogtreecommitdiffstats
path: root/tests/auto/tiff/tst_qtiff.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-10 13:33:13 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-10 13:43:10 +0000
commiteab19a6eb3894170fcf3a91609d952d4e0335bb0 (patch)
tree0dd25d4ec04d52665695704aeb7ba952193ba403 /tests/auto/tiff/tst_qtiff.cpp
parentd1f2a865397416fa1ae1596d33f83f74730365f1 (diff)
Remove Windows CE.
Remove #ifdef sections for Q_OS_WINCE, wince .pro file clauses and the CE-specific file qfunctions_wince.cpp. Task-number: QTBUG-51673 Change-Id: I839d6fa07e1929da2e2f2115bfc8aa670b3a117f Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'tests/auto/tiff/tst_qtiff.cpp')
-rw-r--r--tests/auto/tiff/tst_qtiff.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/tiff/tst_qtiff.cpp b/tests/auto/tiff/tst_qtiff.cpp
index ae7d5a5..8e3d0c9 100644
--- a/tests/auto/tiff/tst_qtiff.cpp
+++ b/tests/auto/tiff/tst_qtiff.cpp
@@ -404,10 +404,6 @@ void tst_qtiff::readWriteNonDestructive()
void tst_qtiff::largeTiff()
{
-#if defined(Q_OS_WINCE)
- QSKIP("not tested on WinCE");
-#endif
-
QImage img(4096, 2048, QImage::Format_ARGB32_Premultiplied);
QPainter p(&img);