Skip to content

Commit 94a5b68

Browse files
committed
Fix windows-based compilation postprocess.
1 parent 26a4ffc commit 94a5b68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

EMStudio.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ equals(OUT_PWD_CLEAN, $$PWD_CLEAN) {
116116
}
117117

118118
win32 {
119-
SRC_WIN = $$shell_path($$SCRIPTS_SRC_DIR)
120-
DST_WIN = $$shell_path($$SCRIPTS_DST_DIR)
119+
SRC_WIN = $$system_path($$SCRIPTS_SRC_DIR)
120+
DST_WIN = $$system_path($$SCRIPTS_DST_DIR)
121121

122122
QMAKE_POST_LINK += $$quote(cmd /c echo [EMStudio] Copy scripts: "$$SRC_WIN" to "$$DST_WIN") $$escape_expand(\\n\\t)
123123
QMAKE_POST_LINK += $$quote(cmd /c if exist "$$DST_WIN" if not exist "$$DST_WIN\\NUL" del /F /Q "$$DST_WIN") $$escape_expand(\\n\\t)

0 commit comments

Comments
 (0)