PDA

View Full Version : Strange Release probleme



Simz
4th February 2008, 15:31
Hi everybody,

Release problem...
I have configured with -static -release my Qt win 4.3 then make -release my source.

On the local computer everything work! but when i send the binary release to one of my friend... the application start normaly but QHttp or QSqlite doesn't work..

Application is "compressed" with Upx

Simz
6th February 2008, 15:01
hi,

Im using QtNetwork and QtSql

do i have to use special configure parameters

**conf
configue -static -release
make sub-src


**source
make -release

mnemonic_fx
7th February 2008, 05:07
I think when you distribute your app to your friend, it's missing QtNetwork & QtSql.
I'm not sure what the cause of this, maybe there's a mistake in your static linking of QtNetwork static libs with your app.