[Development] Building and debugging Qt5 from QtC

Joerg Bornemann joerg.bornemann at qt.io
Fri May 20 15:32:38 CEST 2016


On 20/05/2016 08:13, Denis Shienkov wrote:

> I want to know, is it possible to build/debug the qtbase's parts from
> the QtC?

Sure! I usually do something like this:
   - initially configure and build Qt on the console
   - add this Qt build in Qt Creator's build settings (Qt Version and Kit)
   - load qtbase.pro (or any other Qt module) in Qt Creator with the Kit 
corresponding to that Qt
   - disable the qmake step in the project's build settings

Qt Creator picks up the right build directory, and you can happily code, 
build and debug your Qt module.


BR,

Joerg



More information about the Development mailing list