Results 1 to 2 of 2

Thread: Can re-complie resource automatically in Creator 131 ?

  1. #1
    Join Date
    Apr 2010
    Posts
    24
    Thanks
    5
    Qt products
    Qt4

    Default Can re-complie resource automatically in Creator 131 ?

    I use Qt creator 1.3.1 Based on Qt 4.6.2 for windows 32 bit. good IDE i feel. But why it doesn't refresh my resources such as images when i complie my project after i modify these qrc images? i have to click 'Rebuild All' manually each time. Something wrong?

  2. #2
    Join Date
    Jan 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Can re-complie resource automatically in Creator 131 ?

    The resource compiler doesn't know that the images referred to in the qrc file have changed.

    To get around this, open the qrc file in a text editor and make a non-functional change (like adding an extra space to the end). Or if your IDE supports it, 'touch' the file. This will cause the resource compiler to rebuild the resources.

Similar Threads

  1. How can we create .pc file automatically?
    By learning_qt in forum Qt Programming
    Replies: 6
    Last Post: 9th December 2010, 05:19
  2. Complie problems in using Qt Creator.
    By Zmrca in forum Installation and Deployment
    Replies: 4
    Last Post: 20th April 2010, 17:16
  3. library not build automatically
    By KoosKoets in forum Qt Programming
    Replies: 1
    Last Post: 26th March 2007, 13:43
  4. How to add dependant libraries automatically.
    By Intaek Lim in forum Qt Programming
    Replies: 1
    Last Post: 19th March 2007, 09:41
  5. Automatically add items to a QComboBox (Qt4)
    By darkadept in forum Qt Programming
    Replies: 2
    Last Post: 19th May 2006, 15:32

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.