summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 19:15:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 19:16:39 +0900
commitd1fcf13acd55a47715a8a190df43d15e819b4456 (patch)
treee2436007cfcf8e4bcb7ccf7eca3678bc31acedf7
parentb7557352a9580cad099c6df1d71d998c77f86b4b (diff)
downloadpolkit-tqt-r14.0.x.tar.gz
polkit-tqt-r14.0.x.zip
Use TDE cmake macro to set versionr14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 511a1ddc0f4b1e9214d52ba79a2d7e7b77d35d85)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 19abf326f..f0bfc6055 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,6 @@
## Polkit TQt Library
project("polkit-tqt")
-set( VERSION R14.0.13 )
set(POLKIT-TQT_VERSION_MAJOR 0)
set(POLKIT-TQT_VERSION_MINOR 103)
@@ -32,6 +31,11 @@ include( TDEMacros )
enable_testing( )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### optional stuff
option( WITH_ALL_OPTIONS "Enable all optional support" OFF )