From 547db13219cd6375af43c801491a5d33f522b86f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 15 Apr 2014 15:10:23 +0200 Subject: Change slashes depending on host in tutorial gettingStartedQml. Task-number: QTBUG-38224 Change-Id: Ib2c14b88bd86f2c1254be716a9fa4f93143bbd0a Reviewed-by: Oswald Buddenhagen --- examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quick/tutorials') diff --git a/examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro b/examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro index 0886f37b1f..468c0a0d92 100644 --- a/examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro +++ b/examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro @@ -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 } -- cgit v1.2.3