Results 1 to 2 of 2

Thread: Qt GUI app release version .dll's MSVC2010

  1. #1
    Join Date
    Mar 2010
    Posts
    86
    Thanks
    11
    Thanked 7 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Qt GUI app release version .dll's MSVC2010

    so hopefully a simple answer for this. Using windows7.
    I've always built release versions with the MingW compiler, which is pretty straight foward to put the .dll's in with the release files. But now I'm also using a 4.8.1 build with the MSVC2010 compiler. So, I'm wondering what msvc2010 .dll's I need to include.... I'm guessing it's not as easy as just mingwm10.dll & libgcc_s_dw2-1.dll, like in mingw. But what actually do I need?
    Last edited by budda; 16th September 2012 at 20:27.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Qt GUI app release version .dll's MSVC2010

    You need exactly the same things: the Qt DLLs and the C/C++ runtime libraries (and other) that they depend on. How you go about deploying a Visual C++ application is covered here.

  3. The following user says thank you to ChrisW67 for this useful post:

    budda (26th September 2012)

Similar Threads

  1. Replies: 5
    Last Post: 26th August 2011, 19:08
  2. Replies: 2
    Last Post: 13th June 2011, 15:29
  3. Replies: 0
    Last Post: 11th August 2009, 09:38
  4. Replies: 5
    Last Post: 5th October 2008, 05:12
  5. Problem with Release version
    By jlbrd in forum Installation and Deployment
    Replies: 7
    Last Post: 30th March 2006, 19:45

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.