How libqte.a is created?
-
Hi all,
We have an UI Task designed using Qt3.0.3.On compilation it inlcudes the library libqte.a which prexists.
I would like to know how this libqte.a is created and from where? what source codes are used to build this library? -
Hi,
IIRC, it's created when building Qt for Embedded Linux statically.
-
Hi SGaist,
Thanks for your reply. Let me make myself clear..My questions may sound little silly.. Because im new to Qt with just 1 month experience..
1.What doess IIRC mean?
2.Currently we are installing the Embedded Qt patch framework in a Red Hat linux PC,So do you mean while installing this patch,the libqte.a gets built?Which is included by the UI Task whenever i compile it? -
-
If I Recall Correctly
-
patch framework ? What do you mean ?
-
-
i mean,when im installing Qt,the library libqte.a gets built.. am i correct?
-
Before installing you need to build, and at this stage this library will be created.
-
Thanks SGaist.
Will i be able to add some debug statements in the library and rebuild it? is it possible? -
If you already built Qt then yes sure.
-
Hi SGaist,
Thanks for your reply.My intention was to understand the Tslib functionalities which is inbuilt with the libqte.a library.I will try to rebuild with some debugging. -
If you want to fiddle with that code you should rather build a shared version, it will be quicker to test modify update.
-
Hi SGaist,
What do u mean by shared version?Pardon me if my questions are silly.. -
libqte.a is a static lib, dll or so, dylib are shared