diff options
author | Michele Calgaro <[email protected]> | 2022-06-22 19:15:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-22 19:16:39 +0900 |
commit | d1fcf13acd55a47715a8a190df43d15e819b4456 (patch) | |
tree | e2436007cfcf8e4bcb7ccf7eca3678bc31acedf7 | |
parent | b7557352a9580cad099c6df1d71d998c77f86b4b (diff) | |
download | polkit-tqt-d1fcf13acd55a47715a8a190df43d15e819b4456.tar.gz polkit-tqt-d1fcf13acd55a47715a8a190df43d15e819b4456.zip |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 511a1ddc0f4b1e9214d52ba79a2d7e7b77d35d85)
-rw-r--r-- | CMakeLists.txt | 6 |
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 ) |