Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
don't use app bundle on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmann committed May 11, 2017
1 parent de96b7b commit 53a36dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pythonqt_app/pythonqt_app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ unix {
QMAKE_RPATHDIR += $ORIGIN
}

macx {
CONFIG -= app_bundle
QMAKE_POST_LINK += install_name_tool -change $$absolute_path("../includes/python-352/install/lib/libpython3.5m.dylib") @loader_path/libpython3.5m.dylib ${DESTDIR}${TARGET} &
}

INCLUDEPATH += ../shared

0 comments on commit 53a36dd

Please sign in to comment.