diff --git a/autotests/configtest.cpp b/autotests/configtest.cpp --- a/autotests/configtest.cpp +++ b/autotests/configtest.cpp @@ -53,6 +53,6 @@ QVERIFY(!config.isValid()); } -QTEST_MAIN(ConfigTest) +QTEST_GUILESS_MAIN(ConfigTest) #include "configtest.moc" diff --git a/autotests/providertest.cpp b/autotests/providertest.cpp --- a/autotests/providertest.cpp +++ b/autotests/providertest.cpp @@ -145,6 +145,6 @@ QVERIFY(m_manager->providers().size() == 0); } -QTEST_MAIN(ProviderTest) +QTEST_GUILESS_MAIN(ProviderTest) #include "providertest.moc"