Qt 6.11 is out! See what's new in the release
blog
Is it possible to use cmake $target/fast from within qtcreator? [SOLVED]
Qt Creator and other tools
1
Posts
1
Posters
1.4k
Views
1
Watching
-
Hi,
I have a largish cmake project and the dependency checking times are killing me. On the command line I'd normally use e.g. "make sometarget/fast" to get around this. Is there anyway to set this as the build command inside qtcreator?
EDIT: I just noticed I that under build steps I can add a custom argument - so instead of clicking on the supplied target I can just enter e.g. Test/fast and it works like a charm.
Jason