Cross-Compiling Qt Applications from Windows to Mac OS -


can tell me how build .app extension files through qt creator-sdk , mingw? gcc compiler installed.

i have done is

qmake -spec macx-xcode project_name.pro 

it created supporting files create .app extension (when opened in notepad).

thank you.

i recommend cmake: says on tin: cross-platform make. integrates nicely qt (it's kde uses).


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -