Fixed maketestselftest after guiapplauncher was made a global test.

bb10
axis 2011-03-22 09:19:46 +01:00
parent 74511a84ee
commit 0cdec327f2
1 changed files with 2 additions and 1 deletions

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;
}