Re: [Harbour] Making Harbour program with Static Qt Libraries in Linux

2010-05-29 Thread Viktor Szakáts
> This Recipe , allow harbour to create > > > hbqts.a > hbqtcores.a > hbqtguis.a > hbqtnetworks.a > > Library that permits compile an HBQT program using static QT libraries That's not news for me, I gave them these names. > in order to , for example create an installer compiled static , thats

Re: [Harbour] Making Harbour program with Static Qt Libraries in Linux

2010-05-29 Thread CarozoDeQuilmes
Hi Viktor, of course. My test program work fine with this libraries in an Ubuntu 9.10 from harbour lib folder: libhbqts.a libhbqtcores.a libhbqtguis.a libhbqtnetworks.a + from qt lib folder (warning, gcc search library method detect first .so libraries instead of .a) libQtCore.a libQtGui.a li

Re: [Harbour] Making Harbour program with Static Qt Libraries in Linux

2010-05-29 Thread Bruno Luciani
This Recipe , allow harbour to create *hbqts.a hbqtcores.a hbqtguis.a hbqtnetworks.a Library that permits compile an HBQT program using static QT libraries in order to , for example create an installer compiled static , thats works in all linux distribution without need to install any shared li

Re: [Harbour] Making Harbour program with Static Qt Libraries in Linux

2010-05-29 Thread Viktor Szakáts
> That's all. You are ready to make Harbour/GCC/HbQt program with static Qt > access. Obviously, you need use HBMK2 for make it and you need add the > necessaries Linux libraries in link stage to resolve externals references. Can you tell what are those lib? This information is the only inter

[Harbour] Making Harbour program with Static Qt Libraries in Linux

2010-05-29 Thread CarozoDeQuilmes
My 2 cents. Sorry about my bad english... My user for test is: cdq My linux is Ubuntu 9.10 Donwload Harbour SVN: svn co https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/home/cdq/harbour_svn/harbour Download Qt 4.6.2 sources from: http://qt.nokia.com/download