PDA

View Full Version : Qt GUI app release version .dll's MSVC2010



budda
16th September 2012, 19:49
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?

ChrisW67
16th September 2012, 22:56
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 (http://msdn.microsoft.com/en-us/library/zebw5zk9%28VS.100%29.aspx).