mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-10 23:23:52 +01:00
Fix binary location on Mac Os.
This commit is contained in:
parent
cf454bd15b
commit
073f36118b
@ -91,7 +91,7 @@ isEmpty(PREFIX) {
|
||||
}
|
||||
|
||||
mac {
|
||||
PREFIX = $$OUT_PWD/rssguard.app
|
||||
PREFIX = $$OUT_PWD/$${APP_LOW_NAME}.app
|
||||
}
|
||||
|
||||
unix:!mac {
|
||||
@ -726,10 +726,6 @@ unix:!mac {
|
||||
}
|
||||
|
||||
mac {
|
||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
|
||||
QMAKE_INFO_PLIST = resources/macosx/Info.plist.in
|
||||
ICON = resources/macosx/$${TARGET}.icns
|
||||
IDENTIFIER = org.$${TARGET}.RSSGuard
|
||||
CONFIG -= app_bundle
|
||||
|
||||
target.path = $$quote($$PREFIX/Contents/MacOs/)
|
||||
@ -764,6 +760,6 @@ mac {
|
||||
translations.files = $$OUT_PWD/translations
|
||||
translations.path = $$quote($$PREFIX/Contents/Resources/)
|
||||
|
||||
INSTALLS += misc_sql misc_icons faenza misc_feeds skins \
|
||||
INSTALLS += target misc_sql misc_icons faenza misc_feeds skins \
|
||||
misc_icon misc_plain_icon misc_texts translations
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user