Hello,

Is there a way to specify where the output of RCC (the .qrc file) should be placed/created?

My .pro file has the following two lines:

Qt Code:
  1. MOC_DIR = ./.tmp
  2. OBJECTS_DIR = ./.tmp
To copy to clipboard, switch view to plain text mode 

However, when I compile my application, the resulting .qrc appears in the base directory along with the executable. I've looked through the documentation for QMAKE and RCC, and also online, but haven't found solution.