gpt4 book ai didi

c++ - 在 CodeLite 中链接 Qt

转载 作者:行者123 更新时间:2023-11-28 03:42:04 29 4
gpt4 key购买 nike

我不确定这是为什么,但我在使用 C++ 编程时遇到的 99% 的问题都与 gcc 链接器有关。

我想将 Qt 库链接到 CodeLite 中的项目。这是我到目前为止的代码:

#include <QApplication>

int main(int argc, char *argv[])
{
return 0;
}

编译时出现错误

/Users/andrew/Dev/C++/COSC 102/elitecod/main.cpp:1:24: error: QApplication: No such file or directory

我在 /usr/local/include 中安装了 Qt(使用 Homebrew、Mac OS X Lion)。为什么会发生这种情况,我该如何解决这个问题?

最佳答案

错误表明找不到文件 QApplication.您需要将 Qt 的“include”目录添加到编译器应该查找它和其他头文件的位置列表中。

一个简短的 google 似乎表明你可能还有其他 Qt 问题,你可能想保留 this链接方便。

关于c++ - 在 CodeLite 中链接 Qt,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8850324/

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