Is it possible to use cmake $target/fast from within qtcreator? [SOLVED]
-
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