Replace QTEST_APPLESS_MAIN with QTEST_MAIN in tests using QProcess
authorRohan McGovern <rohan.mcgovern@nokia.com>
Tue, 5 Jun 2012 04:03:35 +0000 (14:03 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 5 Jun 2012 04:12:20 +0000 (06:12 +0200)
commit1668c47608dc2b83c62ef76e97361b11b35a92a7
tree8e9e35c78373c39a67eb846e46e09e8fcd1895cc
parentb46d8240ead50791ff391214f922d8036bc50ef7
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>
tests/auto/tools/moc/tst_moc.cpp
tests/auto/tools/rcc/tst_rcc.cpp
tests/auto/tools/uic/tst_uic.cpp