source: trunk/src/plugins/sqldrivers/oci/oci.pro@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 289 bytes
Line 
1TARGET = qsqloci
2
3HEADERS = ../../../sql/drivers/oci/qsql_oci.h
4SOURCES = main.cpp \
5 ../../../sql/drivers/oci/qsql_oci.cpp
6
7win32:LIBS *= -loci
8
9unix:!contains( LIBS, .*clnts.* ):LIBS *= -lclntsh
10
11macx:QMAKE_LFLAGS += -Wl,-flat_namespace,-U,_environ
12
13include(../qsqldriverbase.pri)
Note: See TracBrowser for help on using the repository browser.