请问应该如何编译
Opened this issue · 5 comments
UltimatePea commented
需要安装哪些软件,库等
尝试Qt编译提示
./Common.h:5:10: fatal error: 'QtWidgets' file not found
#include
^
1 error generated.
UltimatePea commented
我已经找到编译方法了,稍后PR/更新
xiahuaijia commented
可以 分享一下需要什么库吗
UltimatePea commented
Just Qt would be sufficient. A lot of dependencies to resolve on macOS. Not a fan of c++, so I am not exactly sure how to integrate Qt Library with C++. You've got any ideas?
xiahuaijia commented
我是 win32 的Qt IDE 编译是Cmake 和 vs2017 依赖 VLC openssl 也手动加上了. 就是编译不通过.
还有Qt 是 全平台的啊 和macOS 没什么关系吧 头文件的话 win下面用vs2017的 C++ 包也是一件解决的.QAQ
UltimatePea commented
The main difficulty I am experiencing is that the project is a Visual Studio Project that can't be opened under macOS.
I actually forgot a lot of details on what errors I was getting. It has been 4 months.
Hope someone else would find a solution to this. Lol.