gpt4 book ai didi

c++ - QBS : Module qt/core could not be loaded

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:09:55 28 4
gpt4 key购买 nike

尝试使用 qbs 收集 qutim 0.3.2 (qt5) 项目 ( https://github.com/euroelessar/qutim ):

[22:30:49][anton@arch-Laptop: qutim]$ qbs build profile:qt5
No build graph exists yet for this configuration.
Resolving project for configuration qt5-debug
ERROR: /home/anton/qutim/core/3rdparty/k8json/k8json.qbs:8:5 Module qt/core could not be loaded.

从 aur (qbs-git) 编译的 qbs

Archlinux x64

最佳答案

你应该在 .qbs 文件的 dependencies 中用大写字母写“Qt”:

Depends { name: "Qt.core" }

或者用很少的依赖模块这样写比较方便:

Depends { name: "Qt"; submodules: ["core", "gui"] } 

关于c++ - QBS : Module qt/core could not be loaded,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19733884/

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