aboutsummaryrefslogtreecommitdiffstats
path: root/src/remotesettings
diff options
context:
space:
mode:
authorGrigorii Zimin <gzimin@luxoft.com>2019-06-25 15:35:14 +0300
committerEgor Nemtsev <enemtsev@luxoft.com>2019-06-25 13:05:03 +0000
commitb4c12895fc59873d6cfaa5ccf8d3c3eddea32cd5 (patch)
treec563dbcc3fd46885fe4e1d5d31419af81c518c12 /src/remotesettings
parentb17ef6f527e282aa37335475679945937c2d642a (diff)
[companion-app] fix environment variables syntax in app.prov5.13.0_QtAS
Change-Id: Idf34c6f51de723793be71f55541ac3e29821c1ba Fixes: AUTOSUITE-1072 Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'src/remotesettings')
-rw-r--r--src/remotesettings/app/app.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remotesettings/app/app.pro b/src/remotesettings/app/app.pro
index de829727..35fe08ac 100644
--- a/src/remotesettings/app/app.pro
+++ b/src/remotesettings/app/app.pro
@@ -17,8 +17,8 @@ isEmpty(GIT_REVISION) {
}
DEFINES *= "NEPTUNE_COMPANION_APP_VERSION=$$VERSION"
-DEFINES *= "NEPTUNE_GIT_REVISION=\"$$GIT_REVISION\""
-DEFINES *= "NEPTUNE_REVISION_DATE=\"$$GIT_COMMITTER_DATE\""
+DEFINES *= NEPTUNE_GIT_REVISION=\""\\\"$$GIT_REVISION\\\""\"
+DEFINES *= NEPTUNE_REVISION_DATE=\""\\\"$$GIT_COMMITTER_DATE\\\""\"
DEFINES *= NEPTUNE_INFO=\""\\\"$$GIT_REVISION, $$GIT_COMMITTER_DATE\\\""\"
LIBS += -L$$LIB_DESTDIR -l$$qtLibraryTarget(remotesettings)