[Qt-interest] Creation of installation package for QT project ?

Patric userqt at gmail.com
Thu Jun 25 01:14:21 CEST 2009


Hm, I'm wondering why Dependency Walker is not complaning about qjpeg4.dll .
Or maybe it's just not mandatory requerement.

Alessandro, I guess it's not a good idea to place the exe, all the object 
files from my work and the few .dlls in one folder. Would you recommend some 
hierarchy for my setup package ?
Thank you for the help.

Regards,
Patric


----- Original Message ----- 
From: "Alessandro Portale" <Alessandro.Portale at trolltech.com>
To: "qt-interest List" <qt-interest at trolltech.com>
Sent: Thursday, June 25, 2009 12:30 AM
Subject: Re: [Qt-interest] Creation of installation package for QT project ?


> Patric schrieb:
>> Anyway, I use Inno Setup right now, but I have problems with my
>> resources in it, when QT is not installed it seems it can't load my
>> resource. It's a JPEG image which I use in QLabel, I'm setting it via QT
>> Creator. But when QT is installed, everything is fine.
>>
>> Which libraries do I need to add to my setup ? I added the following :
>> mingwm10.dll
>> QtCore4.dll
>> QtGui4.dll
>> QtNetwork4.dll
>
> It seems to me that Your installer package is missing the Qt image
> format plugin for jpeg. Next to Your app, You need a directory called
> "imageformats" with the "qjpeg4.dll" inside. Example:
>
>    MyApp.exe
>    mingwm10.dll
>    QtCore4.dll
>    QtGui4.dll
>    QtNetwork4.dll
>    imageformats\qjpeg4.dll    <--- missing?
>
> Hope that helps,
> Alessandro
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
> 




More information about the Qt-interest-old mailing list