summaryrefslogtreecommitdiff
path: root/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '.prev_CMakeLists.txt')
-rw-r--r--.prev_CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/.prev_CMakeLists.txt b/.prev_CMakeLists.txt
index ee686dc..c72c853 100644
--- a/.prev_CMakeLists.txt
+++ b/.prev_CMakeLists.txt
@@ -2,8 +2,9 @@
cmake_minimum_required(VERSION 3.15.0)
+include(.cmake.conf)
project(QtSvg
- VERSION 6.0.0
+ VERSION "${QT_REPO_MODULE_VERSION}"
DESCRIPTION "Qt Svg Libraries"
HOMEPAGE_URL "https://qt.io/"
LANGUAGES CXX C