-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.10.0
-
None
-
3f9522b23 (dev), c099458e3 (6.10)
Since updated to 6.10.0 (previously since 6.1.0 i have been updating by every lesser version and all worked fine) upon build (for windows, will try other platforms soon) i have these errors:



so it prevents me to run the application
nothing realy changed in my CMake, i only added:
find_package(Qt6 REQUIRED COMPONENTS GuiPrivate) find_package(Qt6 REQUIRED COMPONENTS CorePrivate)
because apparently as of 6.10 i need ot have this, otherwise:
target_link_libraries(${TARGET_NAME} PRIVATE Qt6::GuiPrivate)
target_link_libraries(${TARGET_NAME} PRIVATE Qt6::CorePrivate)
will not work alone
| For Gerrit Dashboard: QTBUG-140899 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 683584,3 | Qt.rgba: use qBound to avoid asserts | dev | qt/qtdeclarative | Status: MERGED | +2 | +1 |
| 684121,2 | Qt.rgba: use qBound to avoid asserts | 6.10 | qt/qtdeclarative | Status: MERGED | +2 | 0 |