[Qt-interest] conditional resource inclusion
Constantin Makshin
cmakshin at gmail.com
Wed Jan 12 18:20:47 CET 2011
Put those "mobile" resources to a separate .qrc file and add it to the project using regular QMake conditionals. Something like this:
RESOURCES = common_resources.qrc
symbian {
RESOURCES += symbian_resources.qrc
...
}
On Wednesday 12 January 2011 20:02:05 pmqt71 wrote:
> Hi all,
>
> my app has a mobile version that only uses a part of the resources defined
> in the .qrc file.
>
> is there a kind of #ifdef to use in the .qrc file?
> thanks
> pm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110112/20cae47a/attachment.bin
More information about the Qt-interest-old
mailing list