Before anything: yes, I have followed the guide: http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html
My platform target is windows.
My toolchain is mingw.
I am using Qt Creator.
Here are the versions:
Symptoms:
When I try deploying the application in its own folder with all the necessary DLL files, it seems to work on my dev machine. HOWEVER: on other machines I get these dialogs following a crash:
What is weird to me is that on my dev machine, when I rename the Qt installation folder, “C:\Qt\”, to “C:\Qt2\” or something, I get the same crash on my dev machine as well. Is there some strange dependency to the Qt installation folder that I have to modify or something that I don’t know about? :(
Oh yeah, here’s what my .pro file looks like:
#-------------------------------------------------
#
# Project created by QtCreator 2013-02-19T19:51:30
#
#-------------------------------------------------
QT += core gui network xml
greaterThan(QT_MAJOR_VERSION, 4): QT += multimedia widgets multimediawidgets
TARGET = MultimediaCaptionEditor
TEMPLATE = app
SOURCES += ...
HEADERS += ...
[edit, Picture links updated, koahnig]
↧