aboutsummaryrefslogtreecommitdiffstats
path: root/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-05-28 16:34:22 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-05-29 10:01:16 +0200
commit25ae2045b6deed187948dc09a24ac5dae3e7c31d (patch)
tree56a91f8d9c1dc50b222a4f40ebc26af6c5a02f16 /.prev_CMakeLists.txt
parent8a4dec618fc7e8176f1ba402a9e4d5ed342b1cf9 (diff)
CMake: Regenerate qtdeclarative/src
Includes - renaming of internal plugin api call - generation of QT_QMLTYPES_FILENAME - addition of a few TARGET_DESCRIPTION Change-Id: I72b5647b8c16af9945795ead62a075322b6bb2f6 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
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 9117c6e684..e2f6ce0f63 100644
--- a/.prev_CMakeLists.txt
+++ b/.prev_CMakeLists.txt
@@ -2,8 +2,9 @@
cmake_minimum_required(VERSION 3.15.0)
+include(.cmake.conf)
project(declarative_FIXME
- VERSION 6.0.0
+ VERSION "${QT_REPO_MODULE_VERSION}"
DESCRIPTION "Qt declarative_FIXME Libraries"
HOMEPAGE_URL "https://qt.io/"
LANGUAGES CXX C