aboutsummaryrefslogtreecommitdiff
path: root/src/kristall.pro
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-28 13:11:00 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-28 13:11:00 +0200
commit0b524b7c2d0890809cc1dc835037fa1ea6674051 (patch)
treea45ec977ccdb36bfb46bfaea45d3f71247336178 /src/kristall.pro
parent96754c53b4ff0d54f4d6c95a7c25186c58886a78 (diff)
downloadkristall-0b524b7c2d0890809cc1dc835037fa1ea6674051.tar.gz
Fixes #25 and #23, starts to implement new config/cache directory system.
Diffstat (limited to 'src/kristall.pro')
-rw-r--r--src/kristall.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kristall.pro b/src/kristall.pro
index fc2253f..d860340 100644
--- a/src/kristall.pro
+++ b/src/kristall.pro
@@ -9,6 +9,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets network multimedia multimediawid
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
+DEFINES += KRISTALL_VERSION="\"$(shell cd $$PWD; git describe --tags)\""
+
# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.