Qt for Windows:Qt 5.11.0 MinGW 静态编译版本(包含OpenSSL)
发布时间:2020-05-22 11:35:07 所属栏目:Windows 来源:互联网
导读:概述 本文讲述如何使用已经编译好的套件,让Qt支持静态编译 如果要自己编译,可以参考: http://blog.csdn.net/wsj18808050/article/details/72862478 我的配置参数是: configure.bat -static -release -platform win32-g++ -prefix C:QtQt5.11.0_MinGW_stat
概述本文讲述如何使用已经编译好的套件,让Qt支持静态编译 如果要自己编译,可以参考: http://blog.csdn.net/wsj18808050/article/details/72862478 我的配置参数是: configure.bat -static -release -platform win32-g++ -prefix "C:QtQt5.11.0_MinGW_static" -qt-sqlite -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -openssl-linked -opensource -confirm-license -make libs OPENSSL_LIBS="-llibssl -llibcrypto -lgdi32" -L C:developopenssl-1.0.1c_static_w32_mingw -I C:developopenssl-1.0.1c_static_w32_mingwinclude -nomake tools -nomake examples -nomake tests -skip qt3d -skip qtcanvas3d -skip qtcanvas3d -skip qtdatavis3d -skip qtlocation -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview -skip qtwinextras 安装和下载
套件配置
使用
(编辑:安卓应用网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- windows10 安装python.msi出现error 2502/2503解决方法
- Windows10下docker的启动
- iis-7 – IIS 7.5中的Windows身份验证失败
- Windows Server 2016-管理站点复制(一)
- windows-phone – appx应用程序和appxbundle应用程序有什么
- windows-runtime – 将Action绑定到XAML中UserControl的属性
- windows8.1下Apache+Php+MySQL配置步骤
- 如何正确使用MSBuild社区任务库在.NET dll上设置SVN版本号
- Windows下安装redis并且设置密码
- windows – C try-catch块没有捕获硬件异常
