QML deployment issue
Unsolved
Installation and Deployment
-
I'm facing some issues when trying to deploy a very simple QML application. Right now it has only one page, with the following imports:
import QtQuick 2.9 import QtQuick.Window 2.2 import QtGraphicalEffects 1.0
The o.s. in both dev and target machine is Windows 7 64-bit (the runtime are compiled with MinGW).
I also created a fresh Windows 7 virtual machine to try the deployment.deployed the following files:
imageformats/ images/ platforms/ QtGraphicalEffect/ QtQml/ QtQuick/ QtQuick.2/ libgcc_s_dw2-1.dll libstdc++-6.dll libwinpthread-1.dll opengl32sw.dll Qt5Core.dll Qt5Gui.dll Qt5Network.dll Qt5Qml.dll Qt5Quick.dll myapplication.exe
On the virtual machine all works fine.
On the target one there's a weird behavior: the QtGraphicalEffects (i.e. DropShadow) are not rendered.
No errors no output in console. (well, I have neither of them even if I forget to add the qml files...)Is there something obvious I'm missing?
-
Hi,
Not from the looks of it. Can you check the graphic stack on the machine were you have trouble.
-
Latest drivers ?