Configure QT for both Windows and OSX
-
Hi and welcome to devnet,
If you mean having only one build of Qt for both then no.
If you mean being able to build your project on both platform then the easiest way to share the code is a source versioning system like git.
If it matches neither then please provide more details about what you want to achieve.
-
@Gabry80 Download Qt Online Installer. Decide which compiler you want to use: Microsoft C++ or MinGW?
The easiest way is to use MinGW. Start Qt Online Installer and select Qt for MinGW and in Tools section select MinGW, install. If you need Microsoft C++ compiler then you need to install Visual Studio first and then Qt. -
Hi
I can highly recommend mingw for a good way to start using Qt.
If you prefer visual studio, remember also to install the (extra) debugger
if you plan to use Creator as ide. ( and visual studio as compiler)For MacOS, i found this to give a good intro albeit for an older Qt but im
100% macOS noob so i found it informative
https://www.ics.com/blog/getting-started-qt-and-qt-creator-macos
Make sure OS version, XCode and Qt matches.