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
Post a Comment