Change slashes depending on host in tutorial gettingStartedQml.
Task-number: QTBUG-38224 Change-Id: Ib2c14b88bd86f2c1254be716a9fa4f93143bbd0a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
9983cccf14
commit
547db13219
|
@ -24,7 +24,7 @@ copyfile = $$PWD/qmldir
|
|||
copydest = $$DESTDIR
|
||||
|
||||
# On Windows, use backslashes as directory separators
|
||||
win32: {
|
||||
equals(QMAKE_HOST.os, Windows) {
|
||||
copyfile ~= s,/,\\,g
|
||||
copydest ~= s,/,\\,g
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue