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 | |
---|
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)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.