-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
6.10.0
-
None
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