Results 1 to 3 of 3

Thread: Application icon and big dlls

  1. #1
    Join Date
    May 2009
    Location
    Germany
    Posts
    11
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Application icon and big dlls

    Hi,
    i've set an icon for the exe of an application like descriped here: Setting the Application Icon
    But after the exe wanted new dlls like qtcored4.dll. That would be no problem but they are bigger than the old one. Is it possible to use the old

    Greets

  2. #2
    Join Date
    Feb 2009
    Posts
    33
    Thanks
    6
    Thanked 7 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Application icon and big dlls

    qtcored4.dll is the debug version. qtcore4.dll (no "d") is the release version... so if you're building a debug version of your app, using qtcored4.dll is no problem, but if you're going to build a release version and release the app, you should make sure it links to the release version of the qt libraries, which in this case is qtcore4.dll (no "d"). Note, too, that this is how all the qt libraries are named to differentiate the debug and release versions of the libraries.

    Cheers,
    -andy.f

  3. #3
    Join Date
    May 2009
    Location
    Germany
    Posts
    11
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Application icon and big dlls

    How stupid. I thought that i used the release build. Good to know what the ...d4.dll are
    Thx for your help

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.