I’m writing my app on QT and I’ve produced a working version on my mac. How can make QT also compile an executable for windows?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Qt SOURCE is compatible to Windows, Mac, Linux, ARM and other platforms.
Qt BINARIES are platform-specific. You cannot compile an .exe on the Mac, and hope to run that binary .exe on Windows or Linux.
You’ll need to cross-compile, or actually install the Qt SDK and compile on each target platform, for each different kind of .exe.