编译QT源码是的QT可以访问ORACLE数据库?
How to Build the OCI Plugin on Windows
Choosing the option "Programmer" in the Oracle Client Installer from the Oracle Client Installation CD is sufficient to build the plugin.
Build the plugin as follows (here it is assumed that Oracle Client is installed in C:\oracle):
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
这上面说 %QTDIR%\src\plugins\sqldrivers\oci,而我下载的QT4.4.3的\src\plugins\sqldrivers下没有这个目录,怎么办,这一步是不是在编译完QT之后再做的,哪位大哥能详细的讲一下!万分感激了!!!
[ 此帖被haday在2009-12-09 22:43重新编辑 ]