aboutsummaryrefslogtreecommitdiffstats
path: root/src/remotesettings
diff options
context:
space:
mode:
authorEgor Nemtsev <enemtsev@luxoft.com>2019-06-20 16:10:45 +0300
committerGrigorii Zimin <gzimin@luxoft.com>2019-06-20 13:12:17 +0000
commitae9171456f13e658ba8bd61f6714afd23fdb0144 (patch)
treeedd2997d06e64342b03a620d36a2de782032110d /src/remotesettings
parent4aecc74685c9afdf0ea04e215c7e7e7d03c4e5cf (diff)
[qsr] disable bundle creation for safe app on Mac
Task-number: AUTOSUITE-1047 Change-Id: Id56dbaa88ec4d5fba8faec95fea36f150b896d33 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
Diffstat (limited to 'src/remotesettings')
-rw-r--r--src/remotesettings/app/app.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remotesettings/app/app.pro b/src/remotesettings/app/app.pro
index 779320b0..2aece47b 100644
--- a/src/remotesettings/app/app.pro
+++ b/src/remotesettings/app/app.pro
@@ -3,7 +3,7 @@ TARGET = neptune-companion-app
DESTDIR = $$BUILD_DIR
QT += quick ivicore
CONFIG += c++11
-CONFIG -= app_bundle
+macos: CONFIG -= app_bundle
include($$SOURCE_DIR/config.pri)