Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-29008

CMake project convenience

XMLWordPrintable

      What is the benefit? Why is this valuable?

      More convenience for developers to use CMake in Qt Creator.

      What are common use cases?

      New files (resources, sources etc.) are added to the CMakeList.txt file automatically

      Sync also with the bulld tools CMake LSP work

      Add Qt modules to project automatically or show suggestion dialog to the user

      • e.g. typing #include <QMediaPlayer> in source code file would trigger adding find_package(Qt6 REQUIRED COMPONENTS Multimedia) and target_link_libraries(mytarget PRIVATE Qt6::Multimedia) to the CMakeList.txt file

      Technical information

      • ** ​

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

            cadam Cristian Adam
            tpyssysa Tino Pyssysalo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes