Create bundle. Update SDK.
This commit is contained in:
parent
1ff2316370
commit
b3069d2d12
1 changed files with 2 additions and 1 deletions
|
@ -57,6 +57,7 @@
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = rssguard
|
TARGET = rssguard
|
||||||
DEFINES *= QT_USE_QSTRINGBUILDER
|
DEFINES *= QT_USE_QSTRINGBUILDER
|
||||||
|
QMAKE_MAC_SDK = macosx10.12
|
||||||
|
|
||||||
message(rssguard: Welcome RSS Guard qmake script.)
|
message(rssguard: Welcome RSS Guard qmake script.)
|
||||||
|
|
||||||
|
@ -742,7 +743,7 @@ unix:!mac {
|
||||||
}
|
}
|
||||||
|
|
||||||
mac {
|
mac {
|
||||||
CONFIG -= app_bundle
|
CONFIG += app_bundle
|
||||||
|
|
||||||
target.path = $$quote($$PREFIX/Contents/MacOs/)
|
target.path = $$quote($$PREFIX/Contents/MacOs/)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue