src/plugins/sqldrivers/oci/oci.pro
changeset 33 3e2da88830cd
parent 0 1918ee327afb
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
     1 TARGET	 = qsqloci
     1 TARGET = qsqloci
     2 
     2 
     3 HEADERS		= ../../../sql/drivers/oci/qsql_oci.h
     3 SOURCES = main.cpp
     4 SOURCES		= main.cpp \
     4 include(../../../sql/drivers/oci/qsql_oci.pri)
     5 		  ../../../sql/drivers/oci/qsql_oci.cpp
       
     6 
       
     7 win32:LIBS	*= -loci
       
     8 
       
     9 unix:!contains( LIBS, .*clnts.* ):LIBS	*= -lclntsh
       
    10 
       
    11 macx:QMAKE_LFLAGS += -Wl,-flat_namespace,-U,_environ
       
    12 
     5 
    13 include(../qsqldriverbase.pri)
     6 include(../qsqldriverbase.pri)