--- a/src/plugins/sqldrivers/oci/oci.pro Tue Jul 06 15:10:48 2010 +0300
+++ b/src/plugins/sqldrivers/oci/oci.pro Wed Aug 18 10:37:55 2010 +0300
@@ -1,13 +1,6 @@
-TARGET = qsqloci
-
-HEADERS = ../../../sql/drivers/oci/qsql_oci.h
-SOURCES = main.cpp \
- ../../../sql/drivers/oci/qsql_oci.cpp
+TARGET = qsqloci
-win32:LIBS *= -loci
-
-unix:!contains( LIBS, .*clnts.* ):LIBS *= -lclntsh
-
-macx:QMAKE_LFLAGS += -Wl,-flat_namespace,-U,_environ
+SOURCES = main.cpp
+include(../../../sql/drivers/oci/qsql_oci.pri)
include(../qsqldriverbase.pri)