summaryrefslogtreecommitdiff
path: root/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '.prev_CMakeLists.txt')
-rw-r--r--.prev_CMakeLists.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/.prev_CMakeLists.txt b/.prev_CMakeLists.txt
index 50cd55d..60c00c0 100644
--- a/.prev_CMakeLists.txt
+++ b/.prev_CMakeLists.txt
@@ -2,8 +2,9 @@
cmake_minimum_required(VERSION 3.15.0)
+include(.cmake.conf)
project(graphicaleffects_FIXME
- VERSION 6.0.0
+ VERSION "${QT_REPO_MODULE_VERSION}"
DESCRIPTION "Qt graphicaleffects_FIXME Libraries"
HOMEPAGE_URL "https://qt.io/"
LANGUAGES CXX C
@@ -16,8 +17,4 @@ if(NOT TARGET Qt::Quick)
message(NOTICE "Skipping the build as the condition \"TARGET Qt::Quick\" is not met.")
return()
endif()
-if(NOT QT_CONFIG___contains___opengl)
- message(NOTICE "Skipping the build as the condition \"QT_CONFIG___contains___opengl\" is not met.")
- return()
-endif()
qt_build_repo()