Results 1 to 4 of 4

Thread: Qt application development without MSVC on Windows

  1. #1
    Join Date
    May 2010
    Posts
    13

    Default Qt application development without MSVC on Windows

    What are my options to make a Qt based application on a Windows 7 OS which does not have Visual Studio suite installed? I have developed the application on Linux and the next step is to build it on Windows.

    On a Windows 7 machine, I have Qt creator installed. I have Eclipse. I can install mingw. I am looking for the "best" way to compile my Qt application on Windows with any of these without having to buy the full Visual Studio software.

    By "best", it may mean with smallest size. That means all targer Windows machines should have Qt installed. Or, it could mean a bigger executable with no need to have Qt installed on the target machine. Still looking into all these factors.

    So, what are your favorite options in this scenario. Can I use MS' free compiler with Creator? How do you folks advise me to start "right" in this?

    Thanks.

  2. #2
    Join Date
    May 2006
    Posts
    4
    Thanked 1 Time in 1 Post

    Default Re: Qt application development without MSVC on Windows

    The full version of Visual Studio does not cost anything. This is what I am using.

  3. #3
    Join Date
    Oct 2009
    Location
    Germany
    Posts
    120
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Qt application development without MSVC on Windows

    Hello,

    I suggest to install the precompiled Qt + MinGW package for Windows from Qt download site. This gives you a complete 32 bit development system including all Qt libraries (debug and release), all development tools like Qt designer, qmake, ... plus the complete compiler/debugger toolchain. For distributing your binary to other Windows machines you just have to package your executable + used dlls (release mode) + a couple of plugins into an installer. It is not required that the other target machines have installed a complete development environment.

    Best regards
    ars

  4. #4
    Join Date
    May 2010
    Posts
    13

    Default Re: Qt application development without MSVC on Windows

    Quote Originally Posted by skycrestway View Post
    The full version of Visual Studio does not cost anything. This is what I am using.
    Interesting. Just to be clear, does it include the compiler (32 as well as 64 bit) as well as the Visual Debugger? If yes, then what is it missing compared to the version one buys commercially?

    Thanks.

Similar Threads

  1. Mobile application development
    By Rocksteady in forum General Programming
    Replies: 0
    Last Post: 11th September 2012, 12:25
  2. Replies: 11
    Last Post: 26th June 2012, 10:51
  3. Is Windows Development even possible with QT?
    By NotSoQT in forum Installation and Deployment
    Replies: 6
    Last Post: 19th May 2011, 02:13
  4. Qt Creator Develop with both MSVC and MinGW on Windows
    By bennettm in forum Qt Tools
    Replies: 1
    Last Post: 10th April 2011, 09:49
  5. Replies: 8
    Last Post: 16th February 2011, 05:16

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.