Results 1 to 3 of 3

Thread: Release Qt Application

  1. #1
    Join Date
    Jan 2011
    Location
    Sri Lanaka
    Posts
    64
    Thanks
    39
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Release Qt Application

    I have a Qt application... it was build using VS2008
    When i run the release of a application non of the icons show up.
    on debug mode all the icons show up fine.
    any one know why this is happening??

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Release Qt Application

    Yes. You have not deployed the image format plugins with your deployed release. Search this forum for "imageformats" and read the "Deploying an Application on Windows" page in Assistant (all the way through).

  3. The following user says thank you to ChrisW67 for this useful post:

    deepal_de (25th May 2011)

  4. #3
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Release Qt Application

    In addition to the above, if you are not using resource file, but load the images directly, their location is not the same if you run from visual studio in debug mode, and when you run the exe it self, because VS uses the project root dir as reference and not the exe location.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  5. The following user says thank you to high_flyer for this useful post:

    deepal_de (25th May 2011)

Similar Threads

  1. Replies: 3
    Last Post: 9th February 2011, 21:30
  2. How catch key press and key release for entire application
    By hubbobubbo in forum Qt Programming
    Replies: 4
    Last Post: 1st June 2010, 21:53
  3. Problem with release version of application
    By askrina in forum Installation and Deployment
    Replies: 4
    Last Post: 20th April 2010, 19:16
  4. Compile Application in XCode for Release. How?
    By Alex Snet in forum Installation and Deployment
    Replies: 7
    Last Post: 3rd February 2009, 10:16
  5. Cobras IDE - new release - 0.13
    By piotrek in forum Qt-based Software
    Replies: 2
    Last Post: 3rd September 2007, 10:13

Tags for this Thread

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.