Results 1 to 9 of 9

Thread: What kind of license I can select about Qt Creator ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2007
    Posts
    31
    Thanks
    2
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: What kind of license I can select about Qt Creator ?

    I had a opportunity to talk about Qt Creator with the people.
    And I intend to make a plugin for Qt Creator someday.
    Then, I noticed that I had not known about the licences of Qt Creator.
    so, I came to want to know about it.

    fatjuicymole, Lykurg, wysota
    Thank you very much.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: What kind of license I can select about Qt Creator ?

    The licence of Qt Creator is more or less irrelevant when it comes to developing plugins. You can link a commercial plugin against LGPL Creator without any violation.

  3. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: What kind of license I can select about Qt Creator ?

    I thought LGPL only applied to libraries, and with Creator, there is no library, so it wasn't applicable.

    What is the difference between GPL and LGPL on a program such as Creator?

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: What kind of license I can select about Qt Creator ?

    Quote Originally Posted by fatjuicymole View Post
    I thought LGPL only applied to libraries,
    That's not true. LGPL stands for "Lesser GPL", not "Library GPL". You can treat it as somewhat "relaxed" GPL.

    Creator consists of mostly libraries, by the way. The core of the application is not much more than the main() function.

  5. #5
    Join Date
    Nov 2007
    Posts
    31
    Thanks
    2
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: What kind of license I can select about Qt Creator ?

    Quote Originally Posted by wysota View Post
    The licence of Qt Creator is more or less irrelevant when it comes to developing plugins. You can link a commercial plugin against LGPL Creator without any violation.
    I had been intended to make a plugin of Qt Creator under the LGPL.
    And I have decided to select LGPL.
    Thank you for the information about the licence of Qt Creator.

Similar Threads

  1. Commercial license vs LGPL license
    By JovianGhost in forum Installation and Deployment
    Replies: 4
    Last Post: 5th April 2010, 03:16
  2. Replies: 2
    Last Post: 9th March 2010, 12:48
  3. How to code this kind of UI?
    By stephenteh in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 23rd September 2009, 11:31
  4. Resizing any kind of widget runtime
    By vajindarladdad in forum Qt Programming
    Replies: 1
    Last Post: 10th December 2008, 16:02
  5. Replies: 11
    Last Post: 24th March 2006, 06:40

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
  •  
Qt is a trademark of The Qt Company.