Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator Plugin License (Qt Company GPL Exception 1.0)
Forum Updated to NodeBB v4.3 + New Features

Qt Creator Plugin License (Qt Company GPL Exception 1.0)

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
5 Posts 3 Posters 154 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    Wilsilx
    wrote last edited by
    #1

    I would like to create a plugin for Qt Creator, and I understand the term from Qt Company GPL Exception 1.0(https://github.com/qt-creator/qt-creator/blob/master/LICENSES/LICENSE.GPL3-EXCEPT)

    ...
    
    Exception 2:
    
    As a special exception, you have permission to combine this application
    with Plugins licensed under the terms of your choice, to produce an
    executable, and to copy and distribute the resulting executable under
    the terms of your choice. However, the executable must be accompanied
    by a prominent notice offering all users of the executable the entire
    source code to this application, excluding the source code of the
    independent modules, but including any changes you have made to this
    application, under the terms of this license.
    
    

    so could it mean the plugin that I build can be with my own proprietary license?

    jsulmJ 1 Reply Last reply
    0
    • W Wilsilx

      I would like to create a plugin for Qt Creator, and I understand the term from Qt Company GPL Exception 1.0(https://github.com/qt-creator/qt-creator/blob/master/LICENSES/LICENSE.GPL3-EXCEPT)

      ...
      
      Exception 2:
      
      As a special exception, you have permission to combine this application
      with Plugins licensed under the terms of your choice, to produce an
      executable, and to copy and distribute the resulting executable under
      the terms of your choice. However, the executable must be accompanied
      by a prominent notice offering all users of the executable the entire
      source code to this application, excluding the source code of the
      independent modules, but including any changes you have made to this
      application, under the terms of this license.
      
      

      so could it mean the plugin that I build can be with my own proprietary license?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote last edited by
      #2

      @Wilsilx said in Qt Creator Plugin License (Qt Company GPL Exception 1.0):

      so could it mean the plugin that I build can be with my own proprietary license?

      Yes (I'm not a lawyer though).
      If in doubt you should ask QtCompany directly.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • W Offline
        W Offline
        Wilsilx
        wrote last edited by
        #3

        I plan to clarify the details directly with The Qt Company later, but since I am still new to software licensing, I am first seeking to gain more understanding from forums and community discussions.

        Additionally, I would like to confirm: if I modify Qt Creator to make it more lightweight (under the GPL license), will the plugin I develop still fall under the scope of the Qt Company GPL Exception 1.0?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote last edited by
          #4

          Hi,

          WARNING: I am not a lawyer.

          The exception states that you have to provide the changes you did to Qt Creator itself not the code of your own plugin.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • W Offline
            W Offline
            Wilsilx
            wrote last edited by
            #5

            Thank you both, I will clarify the detail again with Qt Company.

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved