Why do i need these dlls for my application to launch?
-
Hi,
What modules are you exactly using ? Can you share your pro file ?
-
webkitwidgets will pull some dependencies in.
Do you have any
QT +=
statement in gui.pri and tools.pri -
@SGaist None
For a simple application i need this
platforms/qwindows.dll
libgcc_s_dw2-1.dll
libstdc++-6.dll
libwinpthread-1.dll
Qt5Core.dll
Qt5Gui.dll
Qt5Widgets.dll
test.exeFor my application i need all these:
icudt54.dll
icuin54.dll
icuuc54.dll
libgcc_s_dw2-1.dll
libstdc++-6.dll
libwinpthread-1.dll
Qt5Core.dll
Qt5Gui.dll
Qt5Multimedia.dll
Qt5MultimediaWidgets.dll
Qt5Network.dll
Qt5OpenGL.dll
Qt5Positioning.dll
Qt5PrintSupport.dll
Qt5Qml.dll
Qt5Quick.dll
Qt5Sensors.dll
Qt5Sql.dll
Qt5WebChannel.dll
Qt5WebKit.dll
Qt5WebKitWidgets.dll
Qt5Widgets.dll
wallch.exeI use translation files so i guess that's why ICU dlls are needed
but some of the others like
Qt5Positioning.dll
Qt5PrintSupport.dll
Qt5Qml.dll
Qt5Quick.dll
Qt5Sensors.dllare the reason i made this post. I don't know how else i can help you, so you help me.
Here is my project: http://bazaar.launchpad.net/~wallch/wallpaper-changer/trunk/tarball/194 -
ICU is a dependency of webkit and you are using the webkitwidgets module