Wizard: Fix Qt Quick Application wizards

They had been moved in sub directories and referencing of the
git.ignore file was not adjusted accordingly.

Task-number: QTCREATORBUG-18842
Change-Id: Id5f720015e94cb581d6b6337080de0c35c90e232
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2017-09-06 10:11:03 +02:00
parent 6458473414
commit 13a1f8686c
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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