PDA

View Full Version : Where to find qconfig



lantaarnpaal
19th June 2010, 08:30
The library files for my embedded device are to big, so I want try minimalize the library files. Building with the standard minimalization header files building is failing, so I want to try it manually.

On the website of qt they are speaking about qconfig on this page http://doc.trolltech.com/4.6/fine-tuning-features.html

It is built against the desktop platform, so I expect to find it in the c:\qt\4.6.3 directory, but I can't find a executable.

Anyone know where I can find the qconfig application ?

Zlatomir
19th June 2010, 09:18
the path is: QT_INSTALLATION_FOLDER\qt\tools\qconfig there you find the source code, you need to build it yourself

lantaarnpaal
19th June 2010, 11:23
Okay that is clear. I thought when I configure qt, then it is build.

My next question is:

Is Qconfig using library files from qt ?

I am asking this, because I build qt for my embedded device, not for my own computer. If qconfig uses library files from the qt directory, I think I have to build qt library's for my own computer, and then I can compile it.

Is this true ?

lantaarnpaal
20th June 2010, 07:34
I found a interesting document http://www.slideshare.net/qtbynokia/development-with-qt-for-windows-ce If I have read it wright, you have to build also qt for my own computer (winxp). I will try this first.