summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 15:45:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 15:46:51 +0900
commit4b71032249720977a22f43deb57e39d017d4db7b (patch)
tree765ac53e64e099948f99cfc54b554196452310c2
parent80bbab539fc2bb7e4680ed08c2c1c24c923d730d (diff)
downloadgwenview-i18n-4b71032249720977a22f43deb57e39d017d4db7b.tar.gz
gwenview-i18n-4b71032249720977a22f43deb57e39d017d4db7b.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b622cc0613d9ae6b82e626925826d6192ab8e268)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 60f7ba7..de541a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,6 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( gwenview-i18n )
-set( VERSION R14.0.13 )
##### include essential cmake modules ###########
@@ -28,6 +27,11 @@ include( FindPkgConfig )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )