Page 1 of 1

if will be debugged in qtcreator, can qbittorrent be built on the commandline?

Posted: Sun Sep 03, 2017 11:51 pm
by Bongy Trouserpants
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.

Re: if will be debugged in qtcreator, can qbittorrent be built on the commandline?

Posted: Fri Sep 08, 2017 5:00 pm
by Peter
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.