Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

making an OCI (Oracle call interface) driver

$
0
0
Hello! Qt 5.4 mingw491_32 (tried also on the Qt 5.3) OS Windows 8.1 I’ve got some trouble with compiling an OCI driver. As it was told by instructions:  set INCLUDE=%INCLUDE%;c:\oracle\oci\include  set LIB=%LIB%;c:\oracle\oci\lib\msvc  cd %QTDIR%\src\plugins\sqldrivers\oci  qmake oci.pro  nmake Firstly, i don.t have path exactly like \src\plugins\sqldrivers\oci instead, i have these ones: D:\apps\qtthenew\5.4\Src D:\apps\qtthenew\5.4\mingw491_32\plugins\sqldrivers However, i don’t seem to have either oci folder or oci.pro file. i tried just to create a folder, move there and then run qmake oci.pro, but i am told that it can’t find a file oci.pro Gererally, my folder \sqldrivers has only some drivers and no filders. By the way, should i set in include and lib links to oracle server libs or oracle client? A have the same folders in both ones.

Viewing all articles
Browse latest Browse all 2113

Trending Articles