diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 14:20:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 14:20:42 +0900 |
commit | bb2a57921a882261708ec91c04803a941e773994 (patch) | |
tree | 33e79f6e5f2060345a2643a3e8e339109074cc67 | |
parent | 55dcc5bfdf774b3ebe659e2d0a802f486d93a143 (diff) | |
download | kgtk-qt3-bb2a57921a882261708ec91c04803a941e773994.tar.gz kgtk-qt3-bb2a57921a882261708ec91c04803a941e773994.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a251b7..b5db36a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |