Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-140899

[REG 6.9.3 -> 6.10.0] Qt6Cored.dll Debug errors (Microsoft Visual C++ Runetime Library)

XMLWordPrintable

    • 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

        1. image-2025-10-07-19-16-34-817.png
          15 kB
          Jiri Zaloudek
        2. image-2025-10-07-19-16-51-865.png
          16 kB
          Jiri Zaloudek
        3. image-2025-10-07-19-17-02-001.png
          16 kB
          Jiri Zaloudek
        4. image-2025-10-07-19-17-11-647.png
          16 kB
          Jiri Zaloudek
        5. image-2025-10-07-19-17-19-090.png
          16 kB
          Jiri Zaloudek
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            sami.shalayel Sami Shalayel
            shokarta Jiri Zaloudek
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes