diff --git a/src/app/tape/tape.pro b/src/app/tape/tape.pro index 08a150567..2167b1d88 100644 --- a/src/app/tape/tape.pro +++ b/src/app/tape/tape.pro @@ -231,7 +231,7 @@ unix{ # Copy to bundle standard measurements files # We cannot add none exist files to bundle through QMAKE_BUNDLE_DATA. That's why we must do this manually. - forceCopyToDestdir($${OUT_PWD}/$${DESTDIR}/diagrams.rcc, $$shell_path($${OUT_PWD}/$$DESTDIR/$${TARGET}.app/$$RESOURCES_DIR/)) + QMAKE_POST_LINK += $$VCOPY $$quote($${OUT_PWD}/$${DESTDIR}/diagrams.rcc) $$quote($$shell_path($${OUT_PWD}/$$DESTDIR/$${TARGET}.app/$$RESOURCES_DIR/)) $$escape_expand(\\n\\t) format.path = $$RESOURCES_DIR/ format.files = $$PWD/../../../dist/macx/measurements.icns diff --git a/src/app/valentina/valentina.pro b/src/app/valentina/valentina.pro index aa32758a2..f2eafff33 100644 --- a/src/app/valentina/valentina.pro +++ b/src/app/valentina/valentina.pro @@ -293,6 +293,10 @@ unix{ icns_resources.files += $$PWD/../../../dist/macx/measurements.icns icns_resources.files += $$PWD/../../../dist/Tape.icns + # Copy to bundle standard measurements files + # We cannot add none exist files to bundle through QMAKE_BUNDLE_DATA. That's why we must do this manually. + QMAKE_POST_LINK += $$VCOPY $$quote($${OUT_PWD}/../tape/$${DESTDIR}/tape.app/$$RESOURCES_DIR/diagrams.rcc) $$quote($$shell_path($${OUT_PWD}/$$DESTDIR/$${TARGET}.app/$$RESOURCES_DIR/)) $$escape_expand(\\n\\t) + QMAKE_BUNDLE_DATA += \ templates \ standard \