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

Commit 53a36dd

Browse files
author
pathmann
committed
don't use app bundle on osx
1 parent de96b7b commit 53a36dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pythonqt_app/pythonqt_app.pro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,9 @@ unix {
3838
QMAKE_RPATHDIR += $ORIGIN
3939
}
4040

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

0 commit comments

Comments
 (0)