diff options
author | Michele Calgaro <[email protected]> | 2022-06-24 15:45:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-24 15:46:51 +0900 |
commit | 4b71032249720977a22f43deb57e39d017d4db7b (patch) | |
tree | 765ac53e64e099948f99cfc54b554196452310c2 | |
parent | 80bbab539fc2bb7e4680ed08c2c1c24c923d730d (diff) | |
download | gwenview-i18n-4b71032249720977a22f43deb57e39d017d4db7b.tar.gz gwenview-i18n-4b71032249720977a22f43deb57e39d017d4db7b.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b622cc0613d9ae6b82e626925826d6192ab8e268)
-rw-r--r-- | CMakeLists.txt | 6 |
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 ) |