diff --git a/src/app/valentina/valentina.pro b/src/app/valentina/valentina.pro index fab0432ac..707cc2254 100644 --- a/src/app/valentina/valentina.pro +++ b/src/app/valentina/valentina.pro @@ -273,7 +273,7 @@ unix{ libraries.files += $${OUT_PWD}/../../libs/vpropertyexplorer/$${DESTDIR}/libvpropertyexplorer.1.dylib tape.path = $$MACOS_DIR - tape.files += $${OUT_PWD}/../tape/$${DESTDIR}/tape + tape.files += $${OUT_PWD}/../tape/$${DESTDIR}/tape.app # Utility pdftops need for saving a layout image to PS and EPS formates. xpdf.path = $$MACOS_DIR diff --git a/src/libs/vmisc/def.h b/src/libs/vmisc/def.h index ce20682b7..a8096f8d4 100644 --- a/src/libs/vmisc/def.h +++ b/src/libs/vmisc/def.h @@ -32,6 +32,7 @@ #include #include #include +#include #ifdef Q_OS_WIN #include #endif /* Q_OS_WIN */