summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/oci/oci.pro
blob: d75827e0641885def54f2308508c0035a100d7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)