Wizards: Fix location of git ignore file

Change-Id: I14a914a53f511353d8d24f8236d7c434ce54dea6
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Christian Stenger
2017-03-02 07:40:32 +01:00
parent aabdc242d5
commit 605a581712
3 changed files with 3 additions and 3 deletions

View File

@@ -140,7 +140,7 @@
"source": "qml.qrc"
},
{
"source": "../../git.ignore",
"source": "../git.ignore",
"target": ".gitignore",
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
}

View File

@@ -217,7 +217,7 @@
"source": "qml.qrc"
},
{
"source": "../../git.ignore",
"source": "../git.ignore",
"target": ".gitignore",
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
}

View File

@@ -160,7 +160,7 @@
"source": "qtquickcontrols2.conf"
},
{
"source": "../../git.ignore",
"source": "../git.ignore",
"target": ".gitignore",
"condition": "%{JS: !%{IsSubproject} && '%{VersionControl}' === 'G.Git'}"
}