You are licensed to use this software under the terms of the GNU LGPL version 2.1 or the GNU GPL version 3. See C:/Qt/2009.01/qt/LICENSE.LGPL or C:/Qt/2009.01/qt/LICENSE.GPL3 implications of LGPL Qt. Including a copyright notice, the licence agreement and a link to the downloadable Qt source Shipping a linker and object files or Dynamyc Linking if we can provide a re-link tool, we can distribuite static lib
I found this intresting info: http://www.ics.com/files/docs/Qt_LGPL.pdf http://ubuntuforums.org/archive/index.php/t-1066632.html https://forums.codegear.com/thread.jspa?threadID=13447 I hope that like active x restriction, all restriction will be removed in next year What's redistribution for wxwindget? what do other qt language? 2009/6/7 Viktor Szakáts <[email protected]>: > Someone correct me if I'm wrong, but the free license doesn't allow > static linking. > > Brgds, > Viktor > > On Sat, Jun 6, 2009 at 6:00 PM, Massimo Belgrano<[email protected]> wrote: >> 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 >> > _______________________________________________ > 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
