当前位置:网站首页>qt静态编译出现Project ERROR: Library ‘odbc‘ is not defined
qt静态编译出现Project ERROR: Library ‘odbc‘ is not defined
2022-08-02 21:59:00 【我不是萧海哇~~~~】
遇到odbc编译失败,去掉odbc 增加配置命令 -no-sql-odbc
configure.bat -static -release -confirm-license -opensource -opengl desktop -platform win32-g++ -prefix "E:\softwares\qt\install\5.12.9\mingw73_64_static" -no-sql-sqlite -no-sql-odbc -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -make libs -nomake tools -nomake examples -nomake tests -skip qt3d -skip qtcanvas3d -skip qtdatavis3d -skip qtlocation -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview
mingw32-make -j4
mingw32-make install
边栏推荐
- 同样月薪6K,为什么同事跳槽月薪翻倍,而你只涨了1000?
- 了解 NFT 质押:Web3 中赚取被动收益的另一种方式
- 【C语言】带头双向循环链表(list)详解(定义、增、删、查、改)
- 双轴晶体中锥形折射的建模与应用
- Interviewer: can you talk about optimistic locking and pessimistic locks
- How many ways do you know the singleton pattern?
- Learn more TypeScript 】 【 TypeScript modular
- “百日行动”进行时:700余交通安全隐患被揪出
- 谷粒商城-day14-商城业务与压力测试
- Flink-shell
猜你喜欢
随机推荐
牛客每日刷题之链表
mysql查询表中重复记录
CS5213芯片|HDMI to VGA转换头芯片资料分享
宝塔搭建实测-基于ThinkPHP5.1的wms进销存源码
UDP (User Datagram Protocol)
SSM integration steps (emphasis)
【C语言】带头双向循环链表(list)详解(定义、增、删、查、改)
MySQL删除数据后,释放磁盘空间
[c] Detailed explanation of operators (1)
Do you understand the factory pattern?
Summary of @Transactional transaction invocation and effective scenarios
The only way to go from a monthly salary of 10k to 30k: automated testing
Finally understand: With threads, why do we need coroutines?
Go语言如何操作文件
Task 4 Machine Learning Library Scikit-learn
我用这一招让团队的开发效率提升了 100%!
mysql根据多字段分组——group by带两个或多个参数
第十章 时序与延迟
如何抓住NFT、元|宇|宙新趋势?
go context 包









