Get Qt - Download now
With Qt, you can reach all your target platforms – desktop & embedded – with one technology and one codebase, minimizing your time-to-market and maintenance burden.
www.qt.io
https://download.qt.io/archive/qt/
Index of /archive/qt
download.qt.io
https://download.qt.io/archive/qt/
Index of /archive/qt
download.qt.io
Qt는 Cross Platform을 지원하는 프레임워크 이다. 자바나 닷넷과 같은 프레임워크를 제공해준다.
- Visual Studio Install
- Qt 라이브러리, Qt Creator(IDE)
- Debbuging Tools for Windows (Windbg) 항목들이 준비되어야 한다.
위 사이트에 접속하여 Install 하여 진행한다. 알맞은 MSVS 와 Qt 를 설치해주면 아래와 같은 창이 생성된다.
이제 Debbuging Tool 인 Windbg 을 해보자.
아래 사이트에 접속하여 Window 10 SDK 의 최신버전을 다운로드 한다.
https://developer.microsoft.com/ko-kr/windows/downloads/sdk-archive/
Windows SDK 아카이브 - Windows 앱 개발
이 비보안 업데이트에는 품질 향상이 포함됩니다. MRMSupport.dll 로드 실패로 인해 개발자가 Windows 7에서 UWP 앱을 빌드하지 못하는 문제를 해결했습니다. MidlRT 및 MDMerge가 Windows 7에서 실행되지 않는 문제를 해결했습니다. Windows에서 SDK 설치가 실패하는 문제를 해결했습니다. 레거시 Microsoft Store 앱을 8.1 Phone에 배포 시 Visual Studio의 작동이 중단되는 문제를 해결했습니다.
developer.microsoft.com
exe 파일을 실행하면 아래와 같이 생성된다. next 로 진행한다.
설치할 항목들이 보여지게 되는데, 우리에게 필요한 Debugging tools for Windows 를 선택한다.
그 다음 옵션설정을 해보기로 한다. Qt 라이브러리와 Qt Creator and Debugging tools 를 진행했다.
Qt Creator tools-options 에서 아래와 같이 맞게 진행한다.
아래와 같이 정상적으로 컴파일되어 실행이 되는것을 확인해 볼 수 있다.