From 614bb38c542514122fdd683d3c0a55150906d695 Mon Sep 17 00:00:00 2001 From: Rodrigo Torres Date: Sun, 10 Sep 2017 00:45:56 -0300 Subject: [PATCH] Simplify --- common.pri | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common.pri b/common.pri index d9d35bd..b99a952 100644 --- a/common.pri +++ b/common.pri @@ -72,9 +72,8 @@ LIMEREPORT_VERSION_MAJOR = 1 LIMEREPORT_VERSION_MINOR = 4 LIMEREPORT_VERSION_RELEASE = 40 -LIMEREPORT_VERSION = '\\"$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}\\"' -DEFINES += LIMEREPORT_VERSION_STR=\"$${LIMEREPORT_VERSION}\" -DEFINES += LIMEREPORT_VERSION=$${LIMEREPORT_VERSION} +LIMEREPORT_VERSION = '$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}' +DEFINES += LIMEREPORT_VERSION_STR=\\\"$${LIMEREPORT_VERSION}\\\" QT += script xml sql REPORT_PATH = $$PWD/limereport