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:15:46 +0900
commit511a1ddc0f4b1e9214d52ba79a2d7e7b77d35d85 (patch)
treee2436007cfcf8e4bcb7ccf7eca3678bc31acedf7
parent0ba61b9a6bba6de74357bed8e7808b7d3c8561af (diff)
downloadpolkit-tqt-511a1ddc0f4b1e9214d52ba79a2d7e7b77d35d85.tar.gz
polkit-tqt-511a1ddc0f4b1e9214d52ba79a2d7e7b77d35d85.zip
Use TDE cmake macro to set versionr14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fce5c13a2..f0bfc6055 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,6 @@
## Polkit TQt Library
project("polkit-tqt")
-set( VERSION R14.1.0 )
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 )