diff options
author | Michele Calgaro <[email protected]> | 2022-06-20 18:26:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-20 18:27:19 +0900 |
commit | d00a34ff0b24c1e917fa5535d88748e0bee0a4b9 (patch) | |
tree | e06852ad613f8366e2a045f7c769b6026a80e3ad | |
parent | bc097f68f93d304f65b1f850acc0d9aaec55b3cb (diff) | |
download | dbus-tqt-r14.0.x.tar.gz dbus-tqt-r14.0.x.zip |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 547b2874656d653198e68d2fb76d759f76e564ab)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 46c0d1c..6364b0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,6 @@ ################################################# project( dbus-tqt-1 ) -set( VERSION R14.0.13 ) ##### cmake setup ############################### @@ -25,6 +24,11 @@ include( TDEMacros ) include( ConfigureChecks.cmake ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### install paths setup ####################### tde_setup_install_path( EXEC_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" ) |