From b3069d2d122876168383cbe82589097034bc58cf Mon Sep 17 00:00:00 2001 From: Peter Hedlund Date: Sat, 17 Jun 2017 17:26:36 -0700 Subject: [PATCH] Create bundle. Update SDK. --- rssguard.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rssguard.pro b/rssguard.pro index 5434c1d30..b64cf70d2 100755 --- a/rssguard.pro +++ b/rssguard.pro @@ -57,6 +57,7 @@ TEMPLATE = app TARGET = rssguard DEFINES *= QT_USE_QSTRINGBUILDER +QMAKE_MAC_SDK = macosx10.12 message(rssguard: Welcome RSS Guard qmake script.) @@ -742,7 +743,7 @@ unix:!mac { } mac { - CONFIG -= app_bundle + CONFIG += app_bundle target.path = $$quote($$PREFIX/Contents/MacOs/)