Results 1 to 3 of 3

Thread: Strange Release probleme

  1. #1
    Join Date
    Aug 2007
    Posts
    4
    Thanks
    1

    Default Strange Release probleme

    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

  2. #2
    Join Date
    Aug 2007
    Posts
    4
    Thanks
    1

    Default Re: Strange Release probleme

    hi,

    Im using QtNetwork and QtSql

    do i have to use special configure parameters

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


    **source
    make -release

  3. #3
    Join Date
    Mar 2007
    Posts
    28
    Thanks
    1
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: Strange Release probleme

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.