diff options
author | Michele Calgaro <[email protected]> | 2022-06-26 15:46:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-26 15:46:23 +0900 |
commit | b11a8bd28e26ab22c1122af2f93c53bdc1b68db7 (patch) | |
tree | b11a335a750fe28bd941a048dfe0a9c7473b678b | |
parent | 532ea7688970a5a85f4b9dd939ca88fa95cb05bf (diff) | |
download | tde-style-qtcurve-b11a8bd28e26ab22c1122af2f93c53bdc1b68db7.tar.gz tde-style-qtcurve-b11a8bd28e26ab22c1122af2f93c53bdc1b68db7.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 124a692987df2884a948d6a899b151d8ed08f069)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d20cef0..f75607d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,6 @@ include(CPack) ##### general package setup ##################### project( tde-style-qtcurve ) -set( VERSION R14.0.13 ) ##### include essential cmake modules ########### @@ -52,6 +51,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |