We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug 【Bug描述】
新建一个空白的Qcef工程,realse和debug都在QCefContext实例化时堵塞
main.cc
mainwindow.cc
Environment 【BUG产生的环境】
Additional context 【更多额外信息】
...
The text was updated successfully, but these errors were encountered:
QCef版本为 V1.1.0,CEF版本为102.0.5005.115
Sorry, something went wrong.
在sample 下面的test cmakefile里面有提及debug会有问题,必须要强行指定链接,也就是防止在运行的时候,libcef so 在libc之后加载。我发现我这边release也有问题,如下处理: unix:LIBS += -L$$PWD/3rd_Party/Linux/bin -lcef -lQCefView unix:QMAKE_LFLAGS += -Wl,--no-as-needed
nice alert, it help me
No branches or pull requests
Describe the bug 【Bug描述】
新建一个空白的Qcef工程,realse和debug都在QCefContext实例化时堵塞
main.cc
mainwindow.cc
Environment 【BUG产生的环境】
Additional context 【更多额外信息】
...
The text was updated successfully, but these errors were encountered: