0
votes

I'm trying to deploy a QML app, but I keep getting a blank small window instead of my qml based window.

The things I've tried:

I added my qml in the resources, in Mac the deployment now works... but even if I copy the qml dir to my .exe dir, it doesn't work I've copied the qwindows.dll to the platforms dir in my .exe dir I've copied all the dependencies dll: icudt51.dll, icuin51.dll, icuuc51.dll, libEGL.dll, libGLESv2.dll, Qt5Core.dll, Qt5Gui.dll, Qt5Network.dll, Qt5Qml.dll, Qt5Quick.dll

I've tried copying the dirs: QtQml, QtQuick, QtQuick.2 to my .exe dir either.

Nothing changes

Then I've tried to run the .exe from the command line with env variable: QML_IMPORT_TRACE=1 and I see nothing :(

The Qt is 5.2, Windows 8, MSVC 2010 Anyone has any clue about what can be happening?

1
Show all the code and console output.lpapp
My .pro file: pastebin.com/NxzVDCf1 My resource file: pastebin.com/hBtNn9WL My main.cpp: pastebin.com/KPQ38iiYdfranca
Running from inside Qt Creator, and if I run outside it, I don't see any output in the console, even with QML_IMPORT_TRACE = 1.dfranca
Does it work if you drop the resource usage for a trial?lpapp
"QML_IMPORT_PATH =" does not make much sense in your project file. Also why do you add the qml/EurecaSubtitlesConverter/main.qml file to the others if you are also trying to use resources?lpapp

1 Answers

1
votes

Based on your comment, it seem to have missed the Qt5Widgets.dll file