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
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to