Re: [Development] Building and debugging Qt5 from QtC

2016-05-22 Thread Denis Shienkov
Many thanks to all, I will check. BR, Denis 20.05.2016 17:42, Thiago Macieira пишет: Em sexta-feira, 20 de maio de 2016, às 15:32:38 PDT, Joerg Bornemann escreveu: - load qtbase.pro (or any other Qt module) in Qt Creator with the Kit corresponding to that Qt You may want to select src/s

Re: [Development] Building and debugging Qt5 from QtC

2016-05-20 Thread Thiago Macieira
Em sexta-feira, 20 de maio de 2016, às 15:32:38 PDT, Joerg Bornemann escreveu: >- load qtbase.pro (or any other Qt module) in Qt Creator with the Kit > corresponding to that Qt You may want to select src/src.pro or a closer .pro to what you want. No point in waiting for everything to be re-c

Re: [Development] Building and debugging Qt5 from QtC

2016-05-20 Thread Joerg Bornemann
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) - lo

[Development] Building and debugging Qt5 from QtC

2016-05-19 Thread Denis Shienkov
Hi developers, I want to know, is it possible to build/debug the qtbase's parts from the QtC? For example, when I try to build the Qt5 (with the configure/make sequence) for embedded board, I got some errors in EGLFS platform plugin. I want try to fix it, but it is very hard to do from the c