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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -