Hi everyone,
We're having issues with qtquickcontrols, when launching a standalone .exe we created with Qt IFW 1.4.0
Our Qt 5.4 project works fine in Qt Creator.

Qt Code:
  1. plugin cannot be loaded for module "qtquick.controls": Cannot load library C:/Qt_lastVersion/5.4/msvc2010_opengl/qml/qtquick/controls/qtquickcontrolsplugin.dll
To copy to clipboard, switch view to plain text mode 

But the path is correct, and the dll exists in this directory.

Everything in the .exe that does not refer to qtquickcontrols is working.
In the QML files, we also tried importing "qtquickcontrols" (with only lower case, instead of "QtQuickControls"), but the result is the same.
Thanks in advance