PDA

View Full Version : QPixmap +dll to installer.. to enable JPG edit



patrik08
27th June 2006, 21:49
On my apps i put ....
QList<QByteArray> formats = QImageReader::supportedImageFormats();

on my pc i see jpg & png ... the end user only see png ??

if i rename QTDIR && Mingw compiler i continue to edit jpg & png only from installer dll

IMO i have gimp installed and user not...


is this dll to server jpg?

c:\windows\system32\GDI32.DLL
c:\windows\system32\IMM32.DLL



installer dll depend.exe



Source: "C:\_immo\INSTALLER\iconv.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\_immo\INSTALLER\immo.iss"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\_immo\INSTALLER\libcurl-3.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\_immo\INSTALLER\libxml2.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\_immo\INSTALLER\libxslt.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\_immo\INSTALLER\mingwm10.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\_immo\INSTALLER\QtCore4.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\_immo\INSTALLER\QtGui4.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\_immo\INSTALLER\QtNetwork4.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\_immo\INSTALLER\QtSql4.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\_immo\INSTALLER\QtXml4.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\_immo\INSTALLER\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion

wysota
27th June 2006, 21:52
You need a plugin to support JPG format. It resides in plugins/imageformats subdirectory of your Qt installation (QTDIR). To be found, the plugin has to be put in imageformats subdirectory of the directory containing the application binary on end users' machines.

patrik08
27th June 2006, 22:27
Ok is running so much tanks...

but qt make plugins/imageformats/dll** (user not run)



app.exe
imageformats/dll***
sqldrivers/dll**