gpt4 book ai didi

macos - 如何在 qmake (QtCreator) 中指定 Mac 平台

转载 作者:行者123 更新时间:2023-12-03 10:49:41 24 4
gpt4 key购买 nike

我想在 pro 中为 Mac OS 设置一些配置文件通过 QtCreator。我阅读了文档,发现它支持 Windows 和 Unix,如下所示,

 win32 {
SOURCES += hellowin.cpp
}
unix {
SOURCES += hellounix.cpp
}

我知道 Mac OS 是类似 *nix 的操作系统,但是,我仍然想与 Linux 有所不同。有没有办法做到这一点?

Ubuntu + Qt5.1

最佳答案

您可以通过以下方式检测 Mac OS X:

macx {
SOURCES += hellomac.cpp
}

但是为了与 Linux 有所不同,您更愿意指定
unix:!macx {
SOURCES += hellolinux.cpp
}

macx: {
SOURCES += hellomac.cpp
}

关于macos - 如何在 qmake (QtCreator) 中指定 Mac 平台,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18462420/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com