Hi to all,
Just now I installed QT4.5.0 commercial edition on winXP.As per my project requirement my QT application need to access the oracle data base.for that i downloaded oracle express edition and i installed it on my system.
after reading the QT assistant docs,I came to know that i have to install "oci driver" in Qt to access oracle data base.for achieve above thing i done below steps:
1)I went to "QTDIR",there i gave this command "configure -qt-sql-oci" after this i gave "configure -plugin-sql-oci" command
2)after completion of above two steps i gave "nmake" command

Note: i have not set any environment variables.

-> Is above process is correct for create "oci.dll" plugin in sql drivers?
->one more thing is when i gave "nmake" command i got bellow fatal error
link /LIBPATH:"c:\Qt\4.5.0\lib" /LIBPATH:"c:\Qt\4.5.0\lib" /NOLOGO /INCR
EMENTAL:NO /LTCG /DLL /MANIFEST /MANIFESTFILE:"tmp\obj\release_shared\qjpeg.inte
rmediate.manifest" /VERSION:4.50 /OUT:..\..\..\..\plugins\imageformats\qjpeg4.dl
l @C:\DOCUME~1\JAGADI~1\LOCALS~1\Temp\nm20F.tmp
LINK : fatal error LNK1104: cannot open file '..\..\..\..\plugins\imageformats\q
jpeg4.dll'
NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual Studio 8\VC\BIN\l
ink.EXE"' : return code '0x450'
Stop.
NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
what is the reason for above errors?
plz help me .....
thanks.