Disable bundle.

This commit is contained in:
Martin Rotter 2017-04-05 07:41:24 +02:00
parent b85ef0e54c
commit aa5a7affef

View File

@ -91,7 +91,7 @@ isEmpty(PREFIX) {
} }
mac { mac {
PREFIX = $$OUT_PWD/$$APP_LOW_NAME.app PREFIX = $$OUT_PWD/rssguard.app
} }
unix:!mac { unix:!mac {
@ -730,6 +730,7 @@ mac {
QMAKE_INFO_PLIST = resources/macosx/Info.plist.in QMAKE_INFO_PLIST = resources/macosx/Info.plist.in
ICON = resources/macosx/$${TARGET}.icns ICON = resources/macosx/$${TARGET}.icns
IDENTIFIER = org.$${TARGET}.RSSGuard IDENTIFIER = org.$${TARGET}.RSSGuard
CONFIG -= app_bundle
target.path = $$quote($$PREFIX/Contents/MacOs/) target.path = $$quote($$PREFIX/Contents/MacOs/)