-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问应该如何编译 #65
Comments
我已经找到编译方法了,稍后PR/更新 |
可以 分享一下需要什么库吗 |
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? |
我是 win32 的Qt IDE 编译是Cmake 和 vs2017 依赖 VLC openssl 也手动加上了. 就是编译不通过. 还有Qt 是 全平台的啊 和macOS 没什么关系吧 头文件的话 win下面用vs2017的 C++ 包也是一件解决的.QAQ |
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. |
需要安装哪些软件,库等
尝试Qt编译提示
./Common.h:5:10: fatal error: 'QtWidgets' file not found
#include
^
1 error generated.
The text was updated successfully, but these errors were encountered: