All applications created with a static library will be at least 1.5MB
in size and it is not possible to build or use any components or
plugins with a static Qt library.
 The big advantage is that everything the application needs will be
part of the executable and the application won't depend on an external
Qt library.
A "packer" program can be used to compress the size of your executable
Imo static library is what a clipper/harbour developer want find in a
distribution ready to use

For How i get a post  Vitor Mangabeira
What I did: from the C:\Qt\4.5.1\bin folder
 qtvars.bat compile_debug
c:\devl\Qt\2009.01\qt\bin>qtvars compile_debug   ?
configure is from c:\qt\4.5.1 folder.
 then configure -static
configure here not good
 then nmake sub-src


2009/6/6 CarozoDeQuilmes <[email protected]>
>
> Hi Massimo, how I build my program with static version instead of the dynamic 
> version???. When I compile my program with QT widgets, by default it make my 
> program with dynamic access to QT functions Thanks CdQ
>
> On Sat, Jun 6, 2009 at 11:47 AM, Massimo Belgrano <[email protected]> 
> wrote:
>>
>> yoy can use unified windows binary distribution (From Viktor)
>> http://www.syenar.hu/harbour/harbour-11-win-20090602.exe
>> or if you compile harbour from source you can
>> download qt sdk http://www.qtsoftware.com/downloads
>> add to yor batch for compiling harbour
>> SET HB_INC_QT=c:\devl\Qt\2009.02\qt/\nclude
>> then you need qt runtime dll (if you have not build static version of 
>> library)
>> (qtcore4.dll,qtgui4.dll, ecc)
>>
>> 2009/6/6 Rossine <[email protected]>
>>>
>>> Hello,
>>>
>>> What must install to test the examples in the HBQT windows ?
>>>
>>> Best Regards,
>>>
>>> Rossine.
>>>
>>> --
>>> View this message in context: 
>>> http://www.nabble.com/Work-with-HBQT-tp23901290p23901290.html
>>> Sent from the Harbour - Dev mailing list archive at Nabble.com.
>>>
>>> _______________________________________________
>>> Harbour mailing list
>>> [email protected]
>>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>
>>
>>
>> --
>> Massimo Belgrano
>>
>>
>>
>> _______________________________________________
>> Harbour mailing list
>> [email protected]
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>
>
>
>
> --
> QAC (I want something comfortable !!!) - Incremental Compilation with all 
> MiniGUIs versions
> QAC (Quiero Algo Cómodo !!!) - Compilación Incremental con todas las 
> versiones de MiniGUI
>
> Download: www.CarozoDeQuilmes.com.ar
>
> _______________________________________________
> Harbour mailing list
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



--
Massimo Belgrano
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to