Details
-
User Story
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
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
-
- **