Rename KEEPASSX_QTEST_CORE_MAIN to QTEST_GUILESS_MAIN which is available in Qt 5.

This commit is contained in:
Felix Geyer 2012-07-24 00:07:28 +02:00
parent 2185afefed
commit 6b13d18137
19 changed files with 24 additions and 24 deletions

View file

@ -78,4 +78,4 @@ void TestKeePass2RandomStream::test()
QCOMPARE(randomStreamData, cipherData);
}
KEEPASSX_QTEST_CORE_MAIN(TestKeePass2RandomStream)
QTEST_GUILESS_MAIN(TestKeePass2RandomStream)