我最近刚在终端上通过命令'brew install qt5'安装了qt5,但是当我尝试运行程序时,我收到了这个错误:
In file included from albums.cpp:4:
./albums.hpp:6:10: fatal error: 'QtWidgets' file not found
#include <QtWidgets>
^
1 error generated.
make: *** [albums.o] Error 1
有什么建议吗?是的,我已经查看了有相同问题但没有人帮助的人的答案。
非常感谢