diff --git a/ChangeLog.txt b/ChangeLog.txt index 845ad5487..ae8a2f9be 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -42,7 +42,7 @@ - [#138] New tool: 'Mirror Point' or 'Symmetric Point'. - [#573] New tool: 'Move Point'. -# Version 0.4.5 +# Version 0.4.5 October 15, 2016 - [#435] Valentina doesn't change the cursor. - [#473] Tape 'Preferences' cause loss of focus. - [#485] Error when drawing a curved path. diff --git a/src/app/tape/tape.pro b/src/app/tape/tape.pro index f12b0dfc9..83ca0388d 100644 --- a/src/app/tape/tape.pro +++ b/src/app/tape/tape.pro @@ -201,6 +201,7 @@ unix{ QMAKE_MAC_SDK = macosx # Check which minimal OSX version supports current Qt version + # See page https://doc.qt.io/qt-5/supported-platforms-and-configurations.html equals(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 6) { QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8 } else { @@ -211,6 +212,8 @@ unix{ } } + QMAKE_RPATHDIR += @executable_path/../Frameworks + # Path to resources in app bundle #RESOURCES_DIR = "Contents/Resources" defined in translation.pri FRAMEWORKS_DIR = "Contents/Frameworks" diff --git a/src/app/valentina/valentina.pro b/src/app/valentina/valentina.pro index faff1b32a..af55048c5 100644 --- a/src/app/valentina/valentina.pro +++ b/src/app/valentina/valentina.pro @@ -204,6 +204,7 @@ unix{ QMAKE_MAC_SDK = macosx # Check which minimal OSX version supports current Qt version + # See page https://doc.qt.io/qt-5/supported-platforms-and-configurations.html equals(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 6) { QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8 } else { @@ -214,6 +215,8 @@ unix{ } } + QMAKE_RPATHDIR += @executable_path/../Frameworks + # Path to resources in app bundle #RESOURCES_DIR = "Contents/Resources" defined in translation.pri FRAMEWORKS_DIR = "Contents/Frameworks"