Results 1 to 12 of 12

Thread: how to install LGPL version of Qt?

  1. #1
    Join Date
    May 2006
    Location
    Bangalore,India
    Posts
    235
    Thanks
    7
    Thanked 25 Times in 24 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Question how to install LGPL version of Qt?

    how & from where to install LGPL version of Qt.
    I want to install LGPL version of Qt4.3.1
    can anybody please tell the process to install LGPL version of Qt?

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: how to install LGPL version of Qt?

    Quote Originally Posted by rajesh View Post
    I want to install LGPL version of Qt4.3.1
    Well, you can't! Qt was put under the LGPL since 4.5.0, only this and later one can used under the terms of LGPL!

  3. #3
    Join Date
    May 2006
    Location
    Bangalore,India
    Posts
    235
    Thanks
    7
    Thanked 25 Times in 24 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: how to install LGPL version of Qt?

    ok, then how to install Qt 4.5 as LGPL ?

  4. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: how to install LGPL version of Qt?

    simply use the normal installer, there are no different versions for GPL or LGPL. It's just the question how do you license your program and that is independent of the installation.

    EDIT: Note that applications published under the LGPL are not allowed to be linked static!

  5. #5
    Join Date
    May 2006
    Location
    Bangalore,India
    Posts
    235
    Thanks
    7
    Thanked 25 Times in 24 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: how to install LGPL version of Qt?

    but Qt4.3.1 open source code is available but how to use that?

  6. #6
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: how to install LGPL version of Qt?

    Quote Originally Posted by rajesh View Post
    but Qt4.3.1 open source code is available but how to use that?
    Yeah, but that is only released under the GPL. So you can build the Qt lib and use it only under the GPL, because Trolltech has said so and that time has not allowed to use it under the LGPL. It only depends what Trolltech/Nokia says (for each release).

    So there are only these options:
    till 4.5.0: commercial or GPL
    since 4.5.0: commercial, GPL or LGPL.

    The base is all the same. (Only the commercial version has some gimmicks.)

  7. #7
    Join Date
    May 2006
    Location
    Bangalore,India
    Posts
    235
    Thanks
    7
    Thanked 25 Times in 24 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: how to install LGPL version of Qt?

    I have downloaded Qt4.3.1 code but unable to build, asking to config QMAKESPACE

  8. #8
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: how to install LGPL version of Qt?

    Quote Originally Posted by rajesh View Post
    I have downloaded Qt4.3.1 code but unable to build, asking to config QMAKESPACE
    What look your ./configure ... like? Which compiler do you use? use option -spec...

  9. #9
    Join Date
    May 2006
    Location
    Bangalore,India
    Posts
    235
    Thanks
    7
    Thanked 25 Times in 24 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: how to install LGPL version of Qt?

    the code I have downloaded was not having configure.exe
    then I copied from my license version installed Qt dir.

    then I given configure cmd with required option and I got following message:

    Unable to detect the platform from environment. Use -platform command lineargume
    nt or set the QMAKESPEC environment variable and run configure again
    See the README file for a list of supported operating systems and compilers.

    Usage: configure [-buildkey <key>]


    this Installing on win Xp , which has VC2005 express edition.

  10. #10
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: how to install LGPL version of Qt?

    qt-win-opensource-src-4.3.1.zip (e.g. http://ftp.iasi.roedu.net/mirrors/ft...com/qt/source/) has a configure exe. So maybe your archive is broken or you have downloaded a binary package.

    I am not sure but it could be possible that you have to use the mingw compiler for compiling the qt opensource on windows.

  11. #11
    Join Date
    May 2006
    Location
    Bangalore,India
    Posts
    235
    Thanks
    7
    Thanked 25 Times in 24 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Question Re: how to install LGPL version of Qt?

    Lykurg,

    I downloaded qt-win-opensource-src-4.3.1.zip (from http://ftp.iasi.roedu.net/mirrors/ft...com/qt/source/) and configured
    see the result & error reports:

    Qt is now configured for building. Just run mingw32-make.
    To reconfigure, run mingw32-make confclean and configure.

    C:\Qt\4.3.1>mingw32-make
    cd src\winmain\ && mingw32-make -f Makefile
    mingw32-make[1]: Entering directory `C:/Qt/4.3.1/src/winmain'
    mingw32-make -f Makefile.Debug all
    mingw32-make[2]: Entering directory `C:/Qt/4.3.1/src/winmain'
    Makefile.Debug:116: *** multiple target patterns. Stop.
    mingw32-make[2]: Leaving directory `C:/Qt/4.3.1/src/winmain'
    mingw32-make[1]: *** [debug-all] Error 2
    mingw32-make[1]: Leaving directory `C:/Qt/4.3.1/src/winmain'
    mingw32-make: *** [sub-winmain-make_default-ordered] Error 2
    what is the error here? how to fix?
    before that I had installed mingw-5.1.4.

  12. #12
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: how to install LGPL version of Qt?

    I guess you are running also a commercial installation (or any other version) of Qt on your machine. Right? Then there might be some settings in your system variables (e.g. QMAKESPEC) which are pointing to that installation (vs instead of mingw). This confusing the build process. More I can't tell, because on that area I also am very inexperienced.

    But I would suggest you to use virtual box (or any other visualization system) and install the other version there. This is also a good playground to experiment different setting without crashing your working Windows installation.

Similar Threads

  1. Designer doesn't load wwWidgets plugin
    By reimer in forum Installation and Deployment
    Replies: 21
    Last Post: 7th February 2009, 03:23
  2. how can i install the Qt ziped version?
    By coder1985 in forum Installation and Deployment
    Replies: 1
    Last Post: 19th November 2007, 10:59
  3. Distributing QT application for Mac OS
    By mb0 in forum Qt Programming
    Replies: 1
    Last Post: 31st May 2007, 18:59
  4. Replies: 15
    Last Post: 21st April 2007, 17:46
  5. how to install kde new version on redhat 9
    By amit_pansuria in forum KDE Forum
    Replies: 3
    Last Post: 22nd November 2006, 15:36

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.