summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-06-05 14:03:35 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-05 06:12:20 +0200
commit1668c47608dc2b83c62ef76e97361b11b35a92a7 (patch)
tree8e9e35c78373c39a67eb846e46e09e8fcd1895cc /tests/auto/tools/uic
parentb46d8240ead50791ff391214f922d8036bc50ef7 (diff)
Replace QTEST_APPLESS_MAIN with QTEST_MAIN in tests using QProcess
QProcess requires an application object to be created in order to work correctly on Windows. Task-number: QTBUG-26023 Task-number: QTBUG-26024 Change-Id: Ifa90946262bc7e2a7df6b6aad54e10b54473fc97 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'tests/auto/tools/uic')
-rw-r--r--tests/auto/tools/uic/tst_uic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/uic/tst_uic.cpp b/tests/auto/tools/uic/tst_uic.cpp
index f77d71e64e..f78d2e56ec 100644
--- a/tests/auto/tools/uic/tst_uic.cpp
+++ b/tests/auto/tools/uic/tst_uic.cpp
@@ -210,5 +210,5 @@ QString tst_uic::workingDir() const
return QDir::cleanPath(SRCDIR);
}
-QTEST_APPLESS_MAIN(tst_uic)
+QTEST_MAIN(tst_uic)
#include "tst_uic.moc"