当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
[TypeScript] Deep Learning of TypeScript Classes (Part 1)
Mysql查看慢查询日志
kubernetes pod podsecurityPolicies(PSP)
The interviewer asked me: delete library, in addition to run do?
Kubernetes 进阶训练营 网络
工业元宇宙的价值和发展
圆锥折射作为偏振计量工具的模拟
YAML文件格式
centos7安装mysql8
MySQL 用id分库使用name查询
行业 SaaS 微服务稳定性保障实战
总数据量超万亿行,玉溪卷烟厂通过正确选择时序数据库轻松应对
Word2Vec词向量训练、使用及可视化操作
软件测试到底自学还是报班?
go 序列化与反序列化
How many ways do you know the singleton pattern?
Finally understand: With threads, why do we need coroutines?
一个很少见但很有用的SQL功能
What is the core business model of the "advertising e-commerce" that has recently become popular in the circle of friends, and is the advertising revenue really reliable?
终于明白:有了线程,为什么还要有协程?