Qt使用OCI驱动程序构建5.9.1静态

时间:2017-08-23 09:47:27

标签: c++ qt static oci

我希望在OCI驱动程序的支持下在静态中构建Qt 5.9.1。

我配置它:

-static -debug-and-release -platform win32-g++ -prefix D:\Qt\5.9.1\5.9.1\Static -opensource -confirm-license -c++std c++14 -nomake examples -skip qtdoc -skip wayland -skip purchasing -skip serialbus -skip qtserialport -skip script -skip scxml -skip speech -skip location -no-opengl -no-angle -qt-zlib -qt-pcre -qt-libpng -no-libjpeg -qt-freetype -sql-oci "OCI_INCDIR=D:\app\013798432\product\11.2.0\client_1\oci\include" "OCI_LIBDIR=D:\app\013798432\product\11.2.0\client_1\oci\lib\msvc" "OCI_LIBS=-loci -lociw32 -loraocci11"

但我有以下错误:

ERROR: Feature 'sql-oci' was enabled, but the pre-condition 'libs.oci' failed.

我还在系统环境中添加了INCLUDE路径和LIB路径

如何使用OCI支持静态编译Qt?

0 个答案:

没有答案