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 switching from 
> Qt4 to Qt5.

The only thing that has changed since Qt 4 is the addition of several "platform 
plugins" which are now mandatory to deploy.

But then again, if you wanted to e.g. display JPEG images it was also sort of 
mandatory to deploy the corresponding image plugins in Qt 4.

The "standard plugin locations" however have not changed (apart the /addition/ 
of the "platforms" plugin folder, off course).


> I think I read somewhere that there is a way to change the location but it 
> has issues also. 

Either with qt.conf or programatically - before instantiating QApplication - 
with 
http://qt-project.org/doc/qt-5.0/qtcore/qcoreapplication.html#addLibraryPath 
and friends.

There are no issues with that ;)

Also refer to

  http://qt-project.org/doc/qt-5.0/qtdoc/deployment-plugins.html

Cheers,
  Oliver
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to