Hello,

I'm using Qt Creator 1.0.0 based on Qt 4.5.0 on system: Windows XP Professional ver.2002 service pack 3.
I've read a lot of stuffs about DB drivers and instalations, but I still have problem with installing the plugins.

I want to instal OCI driver, which I could use in my applications.

I've already set the System variables
INCLUDE = C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\include\;D:\oracle\product\10.2.0\cl ient_1\oci\include
and
LIB = C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\;D:\oracle\product\10.2.0\client _1\oci\lib\msvc
,
also
QMAKESPEC = win32-msvc.net;win32-msvc
QTDIR = C:\Qt\2009.01\qt
PATH = D:\oracle\product\10.2.0\client_1\bin
.
When I run qmake in Visual Studio .NET 2003 Command Promt, I receive that 'qmake' is not recognized as an internal or external command, operable program or batch file.

Then I try ti run qmake, that's in QT Creator. In Compile output I read:
QMAKESPEC set to win32-msvc.net;win32-msvc overrides mkspec of selected qt win32-g++
Running build steps for project oci...
Starting: C:/Qt/2009.01/qt/bin/qmake.exe C:/Qt/2009.01/qt/src/plugins/sqldrivers/oci/oci.pro -spec win32-g++ -r CONFIG+=debug_and_release
Exited with code 0.
Please help me what to do?