fix for win makefiles

This commit is contained in:
Uwe Rathmann 2019-09-23 13:13:55 +02:00
parent c86b416f1d
commit 4e4b440a09

View File

@ -38,7 +38,7 @@ rccgen.commands += ($$sprintf($${QMAKE_MKDIR_CMD}, $${RCC_DIR}))
# qrc file into the shadow directory as the included qvg files
# are generated locally.
QRC_SHADOW_CLONE = $${OUT_PWD}/${QMAKE_FILE_BASE}_shadow.qrc
QRC_SHADOW_CLONE = $$shell_path($${OUT_PWD}/${QMAKE_FILE_BASE}_shadow.qrc)
rccgen.commands += && $${QMAKE_COPY} ${QMAKE_FILE_IN} $${QRC_SHADOW_CLONE}
# Use shell_path again to prevent from path error under Windows