Results 1 to 4 of 4

Thread: Qt with MinGw & Visual Studio

  1. #1
    Join Date
    Aug 2007
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows

    Question Qt with MinGw & Visual Studio

    Hello, everyone.
    I use visual studio to write the functions of my program into a dynamic linking library, which is not open to the users.
    While Qt is used as the gui tool, the codes of which are open to others.
    Does this follow the GPL?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt with MinGw & Visual Studio

    Yes, if you simply use VS as an editor, but there are some doubts whether you can use M$ compiler to compile applications licensed under GPL (because of some clauses in M$ EULA).

  3. #3
    Join Date
    Aug 2006
    Posts
    90
    Thanks
    6
    Thanked 4 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt with MinGw & Visual Studio

    I have done exactly the opposite. I have wrapped GPL code in a .so/.dll and dynamically load it with my closed source application. There is an interface between the two so that my closed source app does not include GPL headers. I think it is pretty awesome. You have to open up the code to your DLL, but not your application. And depending on if it is LGPL, only on request. But give credit where credit is due.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt with MinGw & Visual Studio

    Quote Originally Posted by bpetty View Post
    I have wrapped GPL code in a .so/.dll and dynamically load it with my closed source application. There is an interface between the two so that my closed source app does not include GPL headers.
    In case of LGPL code it's perfectly OK, but I'm not sure about GPL.

Similar Threads

  1. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  2. Replies: 7
    Last Post: 24th March 2007, 13:53
  3. Visual Studio App Wizard for Qt
    By joshlareau in forum Qt-based Software
    Replies: 4
    Last Post: 9th February 2007, 20:36
  4. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  5. Qt Designer & Visual Studio 2005
    By pSiCho in forum Qt Tools
    Replies: 6
    Last Post: 9th February 2006, 13:40

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.