본문 바로가기
Book & Lecture/Easy to learn Qt framework

[Qt Guide][1] Setting Qt development environment on Apple Silicon (m1) Mac (애플실리콘(m1) 맥에서 Qt 개발 환경 세팅)

by studio ODOC 2023. 8. 14.
반응형

[1] Setting Qt development environment on Apple Silicon (m1) Mac

(애플실리콘(m1) 맥에서 Qt 개발 환경 세팅)

(추천) Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 강의 - 입문편

https://inf.run/3XmSH

 

Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 - 입문편 강의 - 인프런

Qt QML과 C++를 사용하여 크로스플랫폼 애플리케이션 개발에 입문할 수 있습니다. 해당 강의에서는 윈도우 응용 프로그램 타겟으로 개발을 진행합니다., 강의 주제 📖 이 강의를 통해 참가자들은

www.inflearn.com

 


  1. 추진력을 얻기 위한 준비 단계 (Preparatory steps to gain momentum)
    1. Qt 프레임워크 개요 (Qt framework overview)
    2. 개발 환경 세팅 (Development environment settings)

 

1. https://www.qt.io/download 사이트에 접속하여, Downoad Qt for OS 버튼을 클릭한다.

만약 기존 계정이 있다면 Login버튼을 클릭하여 진행한다.

 

[Eng](1. Access the https://www.qt.io/download site and click the Download Qt for OS button.
If you have an existing account, click the Login button to proceed.)

1-1. Qt 온라인 인스톨러는 https://www.qt.io/download-open-source 웹사이트에서 다운로드 받을 수 있다.

 

[Eng](1-1. The Qt Online Installer can be downloaded from the https://www.qt.io/download-open-source website.)

2. qt-unified-macOS-x64-4.6.0-online 파일을 다운로드 받은 후, 이 파일을 실행하자.

기본 세팅대로 진행하면 기본적인 프로그램들 (Qt Creator 등)이 설치된다.

만약, Qt 컴포넌트 패키지 설치가 더 필요하다면 커스텀 설치를 진행하면 된다.

[Eng](2. After downloading the qt-unified-macOS-x64-4.6.0-online file, run this file.
If you proceed with the default settings, basic programs (Qt Creator, etc.) will be installed.
If you need to install more Qt component packages, you can proceed with custom installation.)

반응형

3. '완료' 버튼을 누르면 Qt Creator가 실행된다!

이제 개발을 시작하면 된다.

[Eng](3. Click the 'Done' button to launch Qt Creator!
Now you can start developing.)

(추천) Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 강의 - 입문편

https://inf.run/3XmSH

 

Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 - 입문편 강의 - 인프런

Qt QML과 C++를 사용하여 크로스플랫폼 애플리케이션 개발에 입문할 수 있습니다. 해당 강의에서는 윈도우 응용 프로그램 타겟으로 개발을 진행합니다., 강의 주제 📖 이 강의를 통해 참가자들은

www.inflearn.com

 

 

> 다음 글 : 자주 사용하는 Qt UI 컴포넌트 설명

2023.08.23 - [Book & Lecture/Easy to learn Qt framework] - [Qt Guide][2] 자주 사용하는 Qt UI 컴포넌트 설명 (Description of various UI components provided by Qt)

 

[Qt Guide][2] 자주 사용하는 Qt UI 컴포넌트 설명 (Description of various UI components provided by Qt)

[Qt Guide][2] Qt에서 제공하는 각종 UI 컴포넌트 설명 (Description of various UI components provided by Qt) 2. 빠른 GUI 개발을 위한 QML 프로그래밍 (QML programming for fast GUI development) Qt에서 제공하는 각종 UI 컴포넌

studiodoc.tistory.com

 

반응형