Re: [Interest] Shiping Qt binaries

2014-01-25 Thread Guido Seifert
plugins/platforms/qwindows.dll plugins/sqldrivers/qsqlite.dll I have run the vcredist as part of the install procedure. It's Qt 5.1 with visual studio 2010. The qt.conf file in bin looks like this: [Paths] Prefix = .. This is what I did to make Qt find the plugins in the place

[Interest] Shiping Qt binaries

2014-01-24 Thread Igor Mironchik
Hi. How to correct ship Qt binaries (dlls and plugins) for Win 7 platform (MSVC 2013)? I've copied all neccessary Qt dlls to the directory with executable. In that directory I've created plugins directory and copy there all plugins with subfolders. I.e., for example,

Re: [Interest] Shiping Qt binaries

2014-01-24 Thread Igor Mironchik
Hi. Igor, From what I understand, you need to create another directory in the same directory as your executable called platforms and put the qwindows.dll there, otherwise it won't work. I felt this was a little clunky when switching from Qt4 to Qt5. I think I read somewhere that there is a

Re: [Interest] Shiping Qt binaries

2014-01-24 Thread Jonathan Greig
Igor, I'm not sure and I'm on a linux box at the moment. Try copying the entire platforms directory that Qt provides to your platforms directory and then try it. Other than that make sure the ICU and GL files are there also like the link mentions. You can go back later and systematically remove

Re: [Interest] Shiping Qt binaries

2014-01-24 Thread Till Oliver Knoll
Am 24.01.2014 um 20:53 schrieb Jonathan Greig redteam...@gmail.com: Igor, From what I understand, you need to create another directory in the same directory as your executable called platforms and put the qwindows.dll there, otherwise it won't work. I felt this was a little clunky when

Re: [Interest] Shiping Qt binaries

2014-01-24 Thread Till Oliver Knoll
Am 24.01.2014 um 22:17 schrieb Till Oliver Knoll till.oliver.kn...@gmail.com: Am 24.01.2014 um 20:53 schrieb Jonathan Greig redteam...@gmail.com: Igor, From what I understand, you need to create another directory in the same directory as your executable called platforms and put the

Re: [Interest] Shiping Qt binaries

2014-01-24 Thread William Hallatt
These might also help http://qt-project.org/forums/viewthread/27056/#122634 http://qt-project.org/forums/viewthread/27061/ http://qt-project.org/forums/viewthread/21269 On 24 January 2014 23:26, Till Oliver Knoll till.oliver.kn...@gmail.comwrote: Am 24.01.2014 um 22:17 schrieb Till

Re: [Interest] Shiping Qt binaries

2014-01-24 Thread Bo Thorsen
Den 24-01-2014 21:33, Igor Mironchik skrev: Hi. How to correct ship Qt binaries (dlls and plugins) for Win 7 platform (MSVC 2013)? I've copied all neccessary Qt dlls to the directory with executable. In that directory I've created plugins directory and copy there all plugins with