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

Please fix Qt3DCore documentation

    XMLWordPrintable

Details

    • 903e84629 (dev), 217a5d268 (6.5), aa0aebe7b (6.6)
    • DaVinci 85

    Description

      The docs below, along with all APIs in this namespace:
      https://doc.qt.io/qt-6/qt3dcore.html
      suggests such CMake command:
      target_link_libraries(mytarget PRIVATE Qt6::3dcore)

      The CMake command above does nothing but introduces linking error. It should be:
      target_link_libraries(mytarget PRIVATE Qt6::3DCore)
      The capital letter is needed as, just as for other packages such as 'Quick', 'Widgets'.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            paulwicking Paul Wicking
            luqiaochen Luqiao Chen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes