Fixed maketestselftest after guiapplauncher was made a global test.

This commit is contained in:
axis 2011-03-22 09:19:46 +01:00
parent 74511a84ee
commit 0cdec327f2

View File

@ -148,7 +148,8 @@ void tst_MakeTestSelfTest::tests_pro_files_data()
foreach (const QString& subdir, subdirs) {
if (subdir == QString::fromLatin1("tmp")
|| subdir.startsWith("."))
|| subdir.startsWith(".")
|| !dir.exists(subdir + "/" + subdir + ".pro"))
{
continue;
}