hi,
i have a real strange problem with deployment of my qt 4.2.3 application on windows xp.
i made a setup.exe which copies the application, the qt dlls, the runtime as well as the imageformats folder containing qjpeg1.dll alsong with the manifest to a local folder on the destination system.
in most cases, the program runs fine.
however, on some windows xp systems the program fails to load jpeg images, thus the plugin qjpeg1.dll is either not loaded or not working.
qt on my development system is configured with the -qt-libjpeg switch.
main.cpp set's the library path as follows:
Qt Code:
QStringList paths; paths.append(app.applicationDirPath()); app.setLibraryPaths(paths);To copy to clipboard, switch view to plain text mode
thus, any other qt plugins which might be on the destination system should not interfere.
does anybody has a clue what's going wrong here?
thanks
sebastian
Bookmarks