Fixed maketestselftest after guiapplauncher was made a global test.
This commit is contained in:
parent
74511a84ee
commit
0cdec327f2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user