QMake and resources
Hi,
I’m using on my application a binary resource, this is compiled using:
- $ rcc -binary -no-compress myResource.qrc -o myResource.rcc
Then I copy the *.rcc to ${BUILD_PATH}/share folder. (¬¬ using cp $path_to_myResource path_to_mySharedFolder).
The question is:
How can I configure my *.pro file for let do this work (compile the resource file) to qmake tool?
- # I've tried to use
- CONFIG += resources
- # ...
- QMAKE_RESOURCE_FLAGS += -no-compress -binary
Thank your for your help.
5 replies
You must log in to post a reply. Not a member yet? Register here!


