cmakeprojectmanager2 icon indicating copy to clipboard operation
cmakeprojectmanager2 copied to clipboard

Enhanced CMake Project Manager plugin for Qt Creator

Results 4 cmakeprojectmanager2 issues
Sort by recently updated
recently updated
newest added

[My project][1] [main.yml][2] file. [Creating a shared library][3] I just followed the above document to create qt shared library. I compiled this project with mac in github actions. the compilation...

I tried to compile it on windows, so that the windows qt could have a file view when using cmake. But it fails to compile for reporting C1083 qtsupport/qtprojectmorter.h etc....

**TBD** * For tree builder settings (exlusion/inclusion) * Directory watcher settings

enhancement

Currently every file scanned by Tree Builder checks with MIME database API to detect it type. It requires a lot of time for processing on big projects (~400k files in...

enhancement