[Interest] IDE used to develop qt library
Thiago Macieira
thiago.macieira at intel.com
Wed Feb 10 17:10:04 CET 2016
On quarta-feira, 10 de fevereiro de 2016 13:19:04 PST Prav wrote:
> >> I just wonder what kind of IDE do you use to develop the qt library
> >> itself.
> >
> > Qt Creator.
> >
> >> I didn't find any qtcreator files in the source. What do tools do you use
> >> for development and browsing the code?
> >
> > Qt Creator can read the *.pro files.
>
> And?
>
> For example ... there is no such project like "qt", "qtcore" or
> "_build_qtlib" "_build_examples" and "_build_tests" while qt.pro is opened
> in QtCreator ... BUT there are like hundreds! of subprojects. So how to
> start?
Don't open qt.pro or qtbase.pro *because* there are hundreds of subprojects. I
wouldn't recommend opening src/src.pro either.
Open the .pro for each of the library, plugin, example or test that you want
to run. For example, if you want to modify QtCore, you need src/corelib/
corelib.pro and the relevant unit tests in tests/auto/corelib.
> How people will going to start adding value to Qt IF entry-level to start
> programming for Qt in typical programmers environments is made so high?!
>
> And moreover it is not clear what else need to be done before opening qt.pro
> file in QtCreator.
Configure Qt with the -developer-build option and build it once.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list