summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/tst_uic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/uic/tst_uic.cpp')
-rw-r--r--tests/auto/tools/uic/tst_uic.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/tools/uic/tst_uic.cpp b/tests/auto/tools/uic/tst_uic.cpp
index 754fa6e01b..45581e4400 100644
--- a/tests/auto/tools/uic/tst_uic.cpp
+++ b/tests/auto/tools/uic/tst_uic.cpp
@@ -47,8 +47,6 @@
#include <QtCore/QByteArray>
#include <QtCore/QLibraryInfo>
-#ifndef Q_OS_WINCE
-
class tst_uic : public QObject
{
Q_OBJECT
@@ -221,6 +219,3 @@ QString tst_uic::workingDir() const
QTEST_APPLESS_MAIN(tst_uic)
#include "tst_uic.moc"
-#else
-QTEST_NOOP_MAIN
-#endif