vasilito
1a9d77761e
fix(qtdeclarative): properly generate qtquick-config.h features
...
The qtquick-config.h file was being generated empty by the cmake
build, causing 'division by zero in #if' errors in downstream
consumers (SDDM, KWin) because QT_CONFIG(quick_shadereffect) and
QT_CONFIG(quick_draganddrop) were undefined.
Two fixes:
1. Explicitly enable QT_FEATURE_quick_shadereffect and
QT_FEATURE_quick_draganddrop in the cmake configuration.
2. Add a safety net that regenerates qtquick-config.h with the
required feature definitions if cmake produces an empty file.
2026-06-21 15:12:40 +03:00
..
2026-06-19 11:47:25 +03:00
2026-06-19 11:47:25 +03:00
2026-06-20 14:57:46 +03:00
2026-05-08 11:01:02 +01:00
2026-06-20 14:57:46 +03:00
2026-06-21 15:12:40 +03:00
2026-06-21 15:12:40 +03:00
2026-06-19 11:47:25 +03:00
2026-06-19 11:39:24 +03:00
2026-06-18 21:36:21 +03:00
2026-05-03 23:03:24 +01:00
2026-06-18 21:36:21 +03:00
2026-06-18 21:36:21 +03:00
2026-05-04 18:27:56 +01:00
2026-06-19 11:47:25 +03:00
2026-04-30 18:21:48 +01:00
2026-05-05 21:12:08 +01:00
2026-06-18 21:36:21 +03:00
2026-05-08 11:01:02 +01:00
2026-06-18 21:36:21 +03:00
2026-06-19 12:39:14 +03:00
2026-05-01 03:15:20 +01:00
2026-05-03 23:03:24 +01:00
2026-06-20 22:41:26 +03:00
2026-06-18 21:36:21 +03:00
2026-05-05 21:12:08 +01:00
2026-04-30 18:47:03 +01:00
2026-05-05 21:12:08 +01:00
2026-04-25 17:38:39 +01:00
2026-04-18 15:43:15 +01:00
2026-04-14 22:53:04 +01:00
2026-05-03 23:03:24 +01:00
2026-04-16 12:44:35 +01:00
2026-05-03 23:03:24 +01:00
2026-04-14 22:52:55 +01:00
2026-04-25 12:01:25 +01:00
2026-04-26 22:31:07 +01:00
2026-06-20 14:57:46 +03:00
2026-06-21 14:00:02 +03:00
2026-04-24 20:25:00 +01:00
2026-05-07 20:51:05 +01:00
2026-06-20 22:41:26 +03:00
2026-04-25 12:01:25 +01:00
2026-06-18 21:36:21 +03:00
2026-06-20 14:57:46 +03:00
2026-06-20 14:57:46 +03:00
2026-05-01 03:15:20 +01:00
2026-05-06 16:34:46 +01:00
2026-06-18 21:36:21 +03:00
2026-05-05 20:20:37 +01:00
2026-06-18 21:36:21 +03:00
2026-06-18 21:36:21 +03:00
2026-06-19 11:47:25 +03:00