현재 기준(VS2017)으로 설명한다.
일단 VS를 설치하면 기본적으로는 VC가 안깔린다.
요즘은 다들 C++ 따위 쓰지 않나봐. Orz.
VC 설치:
Visual Studio Installer에서 Visual Studio Community 2017 > (More 밑의) Modify > Desktop development with C++ 을 선택해서 VC를 설치한다.
Qt 설치:
Qt 설치 시에 msvc 어쩌구 하는 component들 중에서 2017 관련이 보이면 그걸 설치하고, 없으면 2015 관련을 설치한다 (2015와 2017은 호환된다고 어디서 봤다).
매번 헷갈리네. 이건 내 문제가 아니라 MS 문제일지도...
happy hackin'
refs:
- https://forum.qt.io/topic/78962/how-to-use-qt-with-visual-studio-2017/12
- https://stackoverflow.com/questions/45164515/how-to-use-visual-studio-2017-with-qt-to-develop-gui-applications