Empty Qmake project wizard: Make .gitignore work again

Change-Id: I590a88c4c66a0dbc879d2ba9198f273333fa35e5
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-05-13 10:02:48 +02:00
committed by Alessandro Portale
parent 25057a7acc
commit 5d63c06e75
@@ -50,7 +50,7 @@
{
"source": "../git.ignore",
"target": "%{ProjectDirectory}/.gitignore",
"condition": "%{JS: '%{VersionControl}%{IsSubproject}' === 'G.Git'}"
"condition": "%{JS: %{IsTopLevelProject} && '%{VersionControl}' === 'G.Git'}"
}
]
}