|
@@ -16,6 +16,8 @@ void ResourceTester::doTest()
|
|
|
{
|
|
{
|
|
|
if (!QFile::exists(":/CMakeLists.txt"))
|
|
if (!QFile::exists(":/CMakeLists.txt"))
|
|
|
qApp->exit(EXIT_FAILURE);
|
|
qApp->exit(EXIT_FAILURE);
|
|
|
|
|
+ if (!QFile::exists(":/main.cpp"))
|
|
|
|
|
+ qApp->exit(EXIT_FAILURE);
|
|
|
|
|
|
|
|
QTimer::singleShot(0, qApp, SLOT(quit()));
|
|
QTimer::singleShot(0, qApp, SLOT(quit()));
|
|
|
}
|
|
}
|