mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
fix problem with path separators causing builds on windows to fail
This commit is contained in:
parent
a656a9a3f9
commit
e8767cbefe
@ -6,7 +6,7 @@
|
||||
|
||||
exists( $${_PRO_FILE_PWD_}/$${TARGET}.xml ) {
|
||||
|
||||
QMAKE_POST_LINK += $$QMAKE_COPY_FILE \"$${_PRO_FILE_PWD_}/$${TARGET}.xml\" \"$$MESHLAB_DISTRIB_DIRECTORY/plugins/$${TARGET}.xml\";
|
||||
QMAKE_POST_LINK += $$QMAKE_COPY_FILE \"$$shell_path($${_PRO_FILE_PWD_}/$${TARGET}.xml)\" \"$$shell_path($$MESHLAB_DISTRIB_DIRECTORY/plugins/$${TARGET}.xml)\";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user