Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
None
-
None
Description
The lastest releases it seems some many improvements are being made on CMake integration, but the project view is getting too complex to work with with big projects.
Using 4.3.1 release, I have:
Project
-> CMakeLists.txt
-> cmd
--> CMakeLists.txt
--> foo-cmd_automoc (totally useless to me)
--> foo-cmd
---> <Build Directory> (Again no useless stuff)
---> <Source Directory>
----> main.cpp <GOT IT>
The file I'm interested in takes now 4 levels to reach it, not to mentions all these build stuff like automoc & others that make navigating in large projects a pain.
I'd use the FileSystem view but it's not a tree view so it's even worse.
I believe this might be related to CMake server mode and might be something you don't have much control, but it would be good to either keep the old bahavior or add filters to remove build clutter.
Thanks
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-17972 Hide unimportant CMake targets
- Closed