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

Linux specific questions, problems.
Post Reply
Bongy Trouserpants

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

Post 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.
User avatar
Peter
Administrator
Administrator
Posts: 3049
Joined: Wed Jul 07, 2010 6:14 pm

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

Post 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.
Post Reply