概述
1、post失败:
QSslSocket: cannot call unresolved function SSLv23_client_method
QSslSocket: cannot call unresolved function SSL_CTX_new
QSslSocket: cannot call unresolved function SSL_library_init
QSslSocket: cannot call unresolved function ERR_get_error1、
解决:把C:OpenSSL-Win32bin目录下的libeay32.dll和ssleay32.dll拷贝到程序运行目录下。应该qt自带的也行。
2、during startup program exited with code 0xc0000135
一般是缺少dll导致。出现一次错误是360杀毒把pro中需要的一个dll隔离了。
3、Execution failed for task ':app:mergeDebugResources'.
> Error: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException:
新增加的png 图片是损坏的无法打开,更换图片
3、编译时一直循环,qmake.exe -o Makefile ..123123.pro -spec ,是因为机器系统日期不正确,把2012-01-01改为正确日期后可以了。
4、debug正常,release崩溃。
发现1、一个动态库函数定义注释了,但程序中仍然引用造成的。2,参数用了char*,改成char[]
5、Adb devices 时显示 unauthorized
平板需要授权,允许调试。
最后
以上就是呆萌鼠标为你收集整理的qt编译错误的全部内容,希望文章能够帮你解决qt编译错误所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复