当前位置:网站首页>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
下载地址:
边栏推荐
- Functools: high order functions and operations on callable objects (continuous updating ing...)
- 浪擎与浪潮,一个从OEM到价值共生的生态样板
- A bug liver a week I can't help mentioning issue
- R语言ggplot2可视化:使用patchwork包(直接使用加号+)将一个ggplot2可视化结果和数据表格横向组合起来形成最终结果图
- MIPS assembly language learning -02- logic judgment - foreground input
- New offline retail stores take off against the trend, and consumption enthusiasm under the dark cloud of inflation
- 关于针对tron API签名广播时使用curl的json解析问题解决方案及针对json.loads方法的问题记录
- Oracle11g database uses expdp to back up data every week and upload it to the backup server
- Flutter dart语言特点总结
- MIPS汇编语言学习-03-循环
猜你喜欢

Not being a meta universe now is like not buying a house 20 years ago!

扩充C盘(将D盘的内存分给C盘)

How to build a 100000 level QPS large flow and high concurrency coupon system from zero
Oracle11g database uses expdp to back up data every week and upload it to the backup server

How can the digital intelligent supply chain management platform of the smart Park optimize process management and drive the development of the park to increase speed and quality?

MongoDB 在腾讯零售优码中的应用

Privacy computing fat - offline prediction

隆重推出 Qodana:您最爱的 CI 的代码质量平台
![数组中的第K大元素[堆排 + 建堆的实际时间复杂度]](/img/69/bcafdcb09ffbf87246a03bcb9367aa.png)
数组中的第K大元素[堆排 + 建堆的实际时间复杂度]
PostgreSQL实现按年、月、日、周、时、分、秒的分组统计
随机推荐
MIPS汇编语言学习-02-逻辑判断-前台输入
看界面控件DevExpress WinForms如何创建一个虚拟键盘
Experiment 6 8255 parallel interface experiment [microcomputer principle] [experiment]
Power battery is divided up like this
SaaS application management platform solution in the education industry: help enterprises realize the integration of operation and management
ROS知识点——ROS创建工作空间
go-zero 微服务实战系列(七、请求量这么高该如何优化)
Longest continuous sequence
一个bug肝一周...忍不住提了issue
论文解读(GCC)《Efficient Graph Convolution for Joint Node RepresentationLearning and Clustering》
当下不做元宇宙,就像20年前没买房!
Basic grammar of C language
What! 一条命令搞定监控?
从五大能力到 “1+5+N”,华为让政企转型更稳健
R语言ggplot2可视化:使用patchwork包将3个ggplot2可视化结果自定义组合起来构成组合图、两个子图横向组合后和另外一个图纵向组合构成最终组合图
R language ggplot2 visualization: use the patchwork package to stack two ggplot2 visualization results vertically to form a composite diagram, and stack one visualization result on the other visualiza
Classic model transformer
openGauss内核:SQL解析过程分析
R语言ggplot2可视化:使用patchwork包将两个ggplot2可视化结果横向构成新的结果可视化组合图(使用|符号)
MIPS汇编语言学习-03-循环