Qt开发:MAC安装qt、qtcreate(配置桌面应用开发环境)

安装qt-creator

bash 复制代码
brew install qt-creator

安装qt

bash 复制代码
brew install qt
  • 查看qt安装路径
bash 复制代码
brew info qt
bash 复制代码
zhb@bindembp ~ % brew info qt           
==> qt: stable 6.6.1 (bottled), HEAD
Cross-platform application and UI framework
https://www.qt.io/
/opt/homebrew/Cellar/qt/6.6.1 (14,396 files, 623.5MB) *

/opt/homebrew/Cellar/qt/6.6.1就是qt安装路径

配置qt-creator

添加时选择[qt安装目录]/bin/qmake

选择qt版本、CMake Tool、编译器,如果是m1、m2等系列cpu的macbook,切换arm-darwin-generic-mach_o-64bit为默认再开始设置

创建Qt Quick项目

运行

相关推荐
ACALJJ32几秒前
STL整理
开发语言·c++
豆本-豆豆奶3 分钟前
最全面的Python重点知识汇总,建议收藏!
开发语言·数据库·python·oracle
Bosenya126 分钟前
【信号处理】绘制IQ信号时域图、星座图、功率谱
开发语言·python·信号处理
monkey_meng7 分钟前
【Rust Crate之Actix Web(一)】
开发语言·后端·rust
清风细雨_林木木12 分钟前
Mac打开time machine(时间机器)备份特殊文件
macos
青花瓷14 分钟前
如何防止苹果MacOS进入休眠状态
macos
wxl78122720 分钟前
Mac M1下运行端到端语音模型Mini-Omni
macos·mini-omni·qwen2-0.5b·end to end
AI原吾24 分钟前
探索PyAV:Python中的多媒体处理利器
开发语言·python·ai·pyav
oliveira-time34 分钟前
爬虫学习8
开发语言·javascript·爬虫·python·算法
ldinvicible1 小时前
stm32mp2 RMII phy调试总结
stm32·macos·r语言