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:
Friedemann Kleint 2014-04-15 15:10:23 +02:00 committed by The Qt Project
parent 9983cccf14
commit 547db13219
1 changed files with 1 additions and 1 deletions

View File

@ -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
}