Notice
Recent Posts
Recent Comments
Link
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Archives
Today
Total
관리 메뉴

nomad-programmer

[Qt5] OSX에서 Qt5 설치 본문

Programming/Qt

[Qt5] OSX에서 Qt5 설치

scii 2019. 12. 13. 14:19

OSX에서 brew로 Qt5설치

brew install qt5
brew install Caskroom/cask/qt-creator
// Qt Creator 실행 후
Qt Creator - Preferences - Kits - Qt Versions - Add - (Macintosh HD클릭 후 "Command + Shift + .[숨김파일 보여주는 단축키]") - /usr/local/Cellar/qt/5.13.2/bin/qmake

 

Comments