-2

I have a question how to generate executables for Windows or .dmg for Mac OSX in Qt Creator. Please use easy way. I´m a beginner with QT creator.

How to build mac osx app without Mac and how to build linux app without linux. I have a Windows 7 Professional.

Samuel Tulach
  • 1,319
  • 13
  • 38

1 Answers1

0

well in case of windows when you build and run a project, an executable in already generated in you project build directly.

and if you want to deploy it you have to use the command

windeployqt "path to qt project"

Note: the command is present in C:\Qt\5.3\mingw482_32\bin

more info available here

vishal
  • 2,258
  • 1
  • 18
  • 27