Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2.0 Beta2, 6.3
-
None
-
09cb08ec4cfdb5f370348ed4b91bb2bf0d30a106 (qt-extensions/qtquickcalendar/dev) 131682ec7df14b661c6a1290c683cac436c1328e (qt/qtdeclarative/dev) 92cf7354066b7e564f4f8d16f612b087fc585b0f (qt/qtdeclarative/6.2)
Description
Running
mitch@mitch-ubuntu-20:~/dev/qtquickcalendar-qt-dev2-debug$ ~/dev/qt-dev2-debug/qtbase/bin/qt-configure-module ~/dev/qtquickcalendar
with https://codereview.qt-project.org/c/qt-extensions/qtquickcalendar/+/360348, https://codereview.qt-project.org/c/qt-extensions/qtquickcalendar/+/360418, and the following patch applied to https://code.qt.io/cgit/qt-extensions/qtquickcalendar.git:
diff --git a/CMakeLists.txt b/CMakeLists.txt index d448d5b..df9aba7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,9 @@ project(quickcalendar LANGUAGES CXX C ) +set(CMAKE_FIND_DEBUG_MODE TRUE) find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core QuickControls2 QuickTemplates2) +set(CMAKE_FIND_DEBUG_MODE FALSE) if(NOT TARGET Qt::QuickControls2) message(NOTICE "Skipping the build as the condition \"TARGET Qt::QuickControls2\" is not met.")
I get this output:
Attachments
Issue Links
- is required for
-
QTEXT-8 Calendar needed for Qt 6
- Closed
- relates to
-
QTBUG-95573 Decide what kind of error message to show when a REQUIRED Qt component is not found
- Reported