fix for win makefiles
This commit is contained in:
parent
c86b416f1d
commit
4e4b440a09
@ -38,7 +38,7 @@ rccgen.commands += ($$sprintf($${QMAKE_MKDIR_CMD}, $${RCC_DIR}))
|
|||||||
# qrc file into the shadow directory as the included qvg files
|
# qrc file into the shadow directory as the included qvg files
|
||||||
# are generated locally.
|
# 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}
|
rccgen.commands += && $${QMAKE_COPY} ${QMAKE_FILE_IN} $${QRC_SHADOW_CLONE}
|
||||||
# Use shell_path again to prevent from path error under Windows
|
# Use shell_path again to prevent from path error under Windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user