@@ -18,28 +18,28 @@ win32 {
1818 VERSION =$$replace (VERSION , '-dev ', '.999 ')
1919
2020 # remove build artifacts
21- QMAKE_POST_LINK += cmd /c del $$shell_quote ($$shell_path ($${DEST }\ \\\*.cpp)) \
22- $$shell_quote ($$shell_path ($${DEST }\ \\\*.o)) \
23- $$shell_quote ($$shell_path ($${DEST }\ \\\*.h)) $$escape_expand(\\n\\t)
21+ QMAKE_POST_LINK += cmd /c del $$system_quote ($$system_path ($${DEST }\ \\\*.cpp)) \
22+ $$system_quote ($$system_path ($${DEST }\ \\\*.o)) \
23+ $$system_quote ($$system_path ($${DEST }\ \\\*.h)) $$escape_expand(\\n\\t)
2424
2525 # copy licenses
26- QMAKE_POST_LINK += cmd /c copy /y $$shell_quote ($$shell_path ($${PWD }/../LICENSE )) \
27- $$shell_quote ($$shell_path ($${DEST }/LICENSE.Skyscraper )) $$escape_expand (\ \n\\t)
28- QMAKE_POST_LINK += cmd /c copy /y $$shell_quote ($$shell_path ($${QT_LIC_FOLDER }/LICENSE )) \
29- $$shell_quote ($$shell_path ($${DEST })) $$escape_expand (\ \n\\t)
30- QMAKE_POST_LINK += cmd /c copy /y $$shell_quote ($$shell_path ($${QT_LIC_FOLDER }/LICENSE.GPL3-EXCEPT )) \
31- $$shell_quote ($$shell_path ($${DEST })) $$escape_expand (\ \n\\t)
26+ QMAKE_POST_LINK += cmd /c copy /y $$system_quote ($$system_path ($${PWD }/../LICENSE )) \
27+ $$system_quote ($$system_path ($${DEST }/LICENSE.Skyscraper )) $$escape_expand (\ \n\\t)
28+ QMAKE_POST_LINK += cmd /c copy /y $$system_quote ($$system_path ($${QT_LIC_FOLDER }/LICENSE )) \
29+ $$system_quote ($$system_path ($${DEST })) $$escape_expand (\ \n\\t)
30+ QMAKE_POST_LINK += cmd /c copy /y $$system_quote ($$system_path ($${QT_LIC_FOLDER }/LICENSE.GPL3-EXCEPT )) \
31+ $$system_quote ($$system_path ($${DEST })) $$escape_expand (\ \n\\t)
3232
3333 # determine needed libs and copy into $${DEST}
34- QMAKE_POST_LINK += cmd /c $$shell_quote ($$shell_path ($${WINDEPLOYQT_BIN })) \
34+ QMAKE_POST_LINK += cmd /c $$system_quote ($$system_path ($${WINDEPLOYQT_BIN })) \
3535 --no-system-dxc-compiler --no-system-d3d-compiler --no-opengl-sw \
36- $$shell_quote ($$shell_path ($${DEST }\ \Skyscraper.exe)) \
36+ $$system_quote ($$system_path ($${DEST }\ \Skyscraper.exe)) \
3737 $$escape_expand (\ \n\\t)
3838
3939 # create mandatory folders and deploy mandatory files
40- QMAKE_POST_LINK += powershell -Command " md -Force '$$shell_path ($$(USERPROFILE)/RetroPie/roms)'" > NUL &
40+ QMAKE_POST_LINK += powershell -Command " md -Force '$$system_path ($$(USERPROFILE)/RetroPie/roms)'" > NUL &
4141 QMAKE_POST_LINK += powershell -NoProfile -NoLogo -NonInteractive -ExecutionPolicy Bypass \
42- -File $$shell_quote ($$shell_path ($${PWD }/deploy_mandatory_files.ps1 )) \
43- $$shell_quote ($${PWD }/.. ) $$shell_quote ($$shell_path ($$(USERPROFILE) /.skyscraper )) \
42+ -File $$system_quote ($$system_path ($${PWD }/deploy_mandatory_files.ps1 )) \
43+ $$system_quote ($${PWD }/.. ) $$system_quote ($$system_path ($$(USERPROFILE) /.skyscraper )) \
4444 $$escape_expand (\ \n\\t)
4545}
0 commit comments