I build debug builds of qbittorrent using make, which uses qmake (see the Makefile)
When, however, I want to debug something in qtcreator, qtcreator always rebuild qbittorrent first.
Is this correct? Is there a way for qtcreator to use the qbittorrent built on the command line? Is there some obvious change I could make ?
Thanks for any help with this.
if will be debugged in qtcreator, can qbittorrent be built on the commandline?
Re: if will be debugged in qtcreator, can qbittorrent be built on the commandline?
Hmm, basically look for "qtcreator without make clean":
https://stackoverflow.com/questions/129 ... anges-only
This was the first hit, check it out, hope it helps.
https://stackoverflow.com/questions/129 ... anges-only
This was the first hit, check it out, hope it helps.