author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 27 May 2010 13:40:48 +0300 | |
changeset 23 | 89e065397ea6 |
parent 0 | 1918ee327afb |
child 33 | 3e2da88830cd |
permissions | -rw-r--r-- |
0 | 1 |
TARGET = qsqloci |
2 |
||
3 |
HEADERS = ../../../sql/drivers/oci/qsql_oci.h |
|
4 |
SOURCES = main.cpp \ |
|
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 |
||
13 |
include(../qsqldriverbase.pri) |