Help with qt and msvc2013
Unsolved
General and Desktop
-
Hi, first you need msvc2013 installed on your computer. If you don't want to buy it, you can download the community edition here . Then try installing Qt and say you want the 32-bit msvc2013 option. Good luck!
-
You can use msvc2013 same as before when you install Qt. You can write C++ programs in Visual Studio but to write Qt programs you should use Qt Creator.
(The only thing that can be difficult is debugging, I myself use only printf() debugging but when you want a more modern debugging, you need to download Debugging Tools for Windows.)