macm1安装qt6

macm1安装qt6

前提

  1. 需要安装xcode以及command line tools

  2. 需要先注册账号密码

  3. 根据官方提示,5.15版本以上就不支持离线安装了,需要下载在线安装包
    OFFLINE_README.txt
    Due to The Qt Company offering changes, open source offline installers are not available any more since Qt 5.15. Read more about offering changes in the https://www.qt.io/blog/qt-offering-changes-2020 blog. If you need offline installers, please consider our new Qt for Small Business offering: https://www.qt.io/blog/available-now-qt-for-small-businesses

  4. 其他版本下载地址
    https://download.qt.io/new_archive/qt/
    https://download.qt.io/archive/qt/

下载在线安装包

下载地址:https://www.qt.io/download-qt-installer

斯坦福大学安装教程:https://web.stanford.edu/dept/cs_edu/resources/qt/install-mac

使用安装包进行安装

  1. 双击在线安装包

  2. 输入账号密码

  3. 一步步往下,在此处选择Qt 6.x for desktop development

  4. 等待安装,大概半小时+

  5. 可能遇到的问题
    过程中报错,或网络原因加载不出对应的模块,退回第一步重新进行安装

    QT creator测试运行环境

在安装目录下,默认为/users/xx/Qt,可以找到qt creator,双击启动,可以把它添加到启动台

新建项目后可以看到可用构建套件的列表

运行简单程序如图