当前位置:网站首页>Visual Studio 2010 编绎Qt5.6.3
Visual Studio 2010 编绎Qt5.6.3
2022-06-28 15:32:00 【衢州小风风】
静态库的编绎
1、打开vs64位命令提示工具:开始菜单->Microsoft Visual Studio 2010->Visual Studio Tools->Visual Studio Command Prompt (2010)
2、cd到qt源代码目录:cd c:\qt5\src
配置编译选项:
configure -prefix c:\qt5\build _static -opensource -confirm-license -nomake tests -nomake examples -debug-and-release -static -qt-zlib -qt-libpng -qt-libjpeg-prefix [dir] 编译后的安装路径
-opensource 使用LGPL协议
-confirm-license 自动确确定LGPL2.1许可。
-nomake tests 用生成测试,加快编译
-nomake examples 禁用生成例子,加快编译
-debug-and-release 编译Debug和Release版本
-static 编译静态库
-qt-zlib 使用QT自带的zlib库
-qt-libpng 使用QT自带的libpng库
-qt-libjpeg 使用QT自带的libjpeg库
4、编译: nmake
5、安装: nmake install
6、编译文档: nmake docs
7、安装文档: nmake install_docs
8、清理中间文件: nmake clean
下载地址:
Qt5.6.3静态库forvc2010-C++文档类资源-CSDN下载
Dll动态库的编绎
使用参数:
configure -prefix a:\qt\build -opensource -confirm-license -platform win32-msvc2010 -developer-build -opengl desktop -nomake tests -nomake examples
下载地址:
边栏推荐
- Smart supplier management system for chemical manufacturing industry deeply explores the field of supplier management and improves supply chain collaboration
- 抽奖动画 - 鲤鱼跳龙门
- openGauss内核:SQL解析过程分析
- Classic model transformer
- The hidden crisis of Weilai: past, present and future
- After QQ was stolen, a large number of users "died"
- 华为能成“口红一哥”,或者“带货女王”吗?
- MongoDB 在腾讯零售优码中的应用
- 隐私计算 FATE - 离线预测
- What! One command to get the surveillance?
猜你喜欢

New offline retail stores take off against the trend, and consumption enthusiasm under the dark cloud of inflation

Grand launch of qodana: your favorite CI code quality platform

Fleet |「后台探秘」第 3 期:状态管理

MIPS汇编语言学习-02-逻辑判断-前台输入

High "green premium" of environmental protection products? How far is the low-carbon lifestyle from people

In depth learning foundation summary

GCC efficient graph revolution for joint node representationlearning and clustering

MIPS汇编语言学习-03-循环

Technical secrets of ByteDance data platform: implementation and optimization of complex query based on Clickhouse

实验6 8255并行接口实验【微机原理】【实验】
随机推荐
MIPS assembly language learning-03-cycle
R language uses the multinom function of NNET package to build an unordered multi classification logistic regression model, and uses regression coefficients and their standard errors to calculate the
开源大咖说 - Linus 与 Jim 对话中国开源
Opengauss kernel: analysis of SQL parsing process
关于针对tron API签名广播时使用curl的json解析问题解决方案及针对json.loads方法的问题记录
Innovation and upgrading of supply chain system driven management mode in petrochemical industry and strengthening internal management of enterprises
[C language] nextday problem
R语言ggplot2可视化:使用patchwork包(直接使用加号+)将一个ggplot2可视化结果和数据表格横向组合起来形成最终结果图
Cross cluster deployment of helm applications using karmada
Power battery is divided up like this
蔚来潜藏的危机:过去、现在到未来
浪潮网络步步为赢
R language ggplot2 visualization: use the patchwork package (directly use the plus sign +) to horizontally combine a ggplot2 visualization result and a plot function visualization result to form a fin
WPF 视频硬解码渲染播放(无空域)(支持4K、8K、高帧率视频)
C语言学习-20-归并排序
字节跳动数据平台技术揭秘:基于 ClickHouse 的复杂查询实现与优化
Facebook出手!自适应梯度打败人工调参
Solution to JSON parsing problem using curl for Tron API signature broadcast and json Problem record of the loads method
How to solve the following problems in the Seata database?
Oracle11g数据库使用expdp每周进行数据备份并上传到备份服务器