src/plugins/sqldrivers/oci/oci.pro
changeset 0 1918ee327afb
child 33 3e2da88830cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/plugins/sqldrivers/oci/oci.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,13 @@
+TARGET	 = qsqloci
+
+HEADERS		= ../../../sql/drivers/oci/qsql_oci.h
+SOURCES		= main.cpp \
+		  ../../../sql/drivers/oci/qsql_oci.cpp
+
+win32:LIBS	*= -loci
+
+unix:!contains( LIBS, .*clnts.* ):LIBS	*= -lclntsh
+
+macx:QMAKE_LFLAGS += -Wl,-flat_namespace,-U,_environ
+
+include(../qsqldriverbase.pri)