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. Visual Studio Tools license

Visual Studio Tools license

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
5 Posts 4 Posters 1.8k Views
  • 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.
  • L Offline
    L Offline
    ldwedari
    wrote on last edited by
    #1

    Hi.

    I've noticed that the Visual Studio Tools license is GPL. In the past the Visual Studio Add-in was LGPL. So basically, now it is not possible to develop non GPL projects using Visual Studio Tools. In particular, not being able to install the tool makes it really hard to move to Visual Studio 2017 and be able to debug QT objects.

    I guess that if the license is GPL is because it cannot be made LGPL. Is it possible to acquire the tool with a commercial license?

    Thanks.

    Lutfi

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

      Hi and welcome to devnet,

      That's a topic you should bring to the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.

      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
      • L ldwedari

        Hi.

        I've noticed that the Visual Studio Tools license is GPL. In the past the Visual Studio Add-in was LGPL. So basically, now it is not possible to develop non GPL projects using Visual Studio Tools. In particular, not being able to install the tool makes it really hard to move to Visual Studio 2017 and be able to debug QT objects.

        I guess that if the license is GPL is because it cannot be made LGPL. Is it possible to acquire the tool with a commercial license?

        Thanks.

        Lutfi

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @ldwedari Why is it an issue if the license of a tool is GPL? You only use it to develop your software, right? You don't link against it or include it in your project. GCC is GPL for example but you still can use it to build commercial software.
        Or do I miss something?

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

        1 Reply Last reply
        1
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi
          The only time GPL vs LGPL. would have relevance, would be if you wanted to include the
          code FROM/of the plugin into your own source.

          OR else i don't understand the question.

          You are using the software as a tool and the end result, ( your exe) is not affected by that.

          Else would all pictures in the world suddenly be free if ever edited in an open source editor.

          1 Reply Last reply
          0
          • L Offline
            L Offline
            ldwedari
            wrote on last edited by
            #5

            @jsulm and @mrjj Thanks. Your are right the tools. I'm just using the tool to create a project, not linking against it, so it should be fine.

            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