source: trunk/src/sql/drivers/oci/qsql_oci.pri

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 196 bytes
Line 
1HEADERS += $$PWD/qsql_oci.h
2SOURCES += $$PWD/qsql_oci.cpp
3
4unix {
5 !contains(LIBS, .*clnts.*):LIBS += -lclntsh
6} else {
7 LIBS *= -loci
8}
9macx:QMAKE_LFLAGS += -Wl,-flat_namespace,-U,_environ
Note: See TracBrowser for help on using the repository browser.