Quote Originally Posted by mnemonic_fx View Post
I want to know if there is a way to assign bundle resources for Xcode by using qmake project files.
So I don't have to manually add the appropriate resources (mostly .txt, and .mng) inside the Bundle Resources on Xcode.

What qmake variables should I use ?

By the way is there any complete documentation of qmake variables besides those given by Trolltech ?
One example of variables that I don't see in documentation is "ICON" for Mac OS X bundle applications icon.

Any help would be appreciated.

make a projekt *pro file + postprocess ... QMAKE_POST_BUILD / QMAKE_POST_LINK to exec your sh to fill bundle ... to search example have a look on
http://www.google.com/codesearch && use key
QMAKE_INFO_PLIST QMAKE_POST_BUILD QMAKE_POST_LINK

after translate your *pro file to xcode

http://wiki.qtcentre.org/index.php?t...t4_on_Mac_OS_X

qmake -spec macx-xcode *name*.pro

and show the xcode result....

or use info.plist to load other resource ..
http://wiki.qtcentre.org/index.php?t...Mac_OSX_Finder