source:
trunk/src/sql/drivers/oci/qsql_oci.pri@
972
| Last change on this file since 972 was 846, checked in by , 15 years ago | |
|---|---|
| File size: 196 bytes | |
| Line | |
|---|---|
| 1 | HEADERS += $$PWD/qsql_oci.h |
| 2 | SOURCES += $$PWD/qsql_oci.cpp |
| 3 | |
| 4 | unix { |
| 5 | !contains(LIBS, .*clnts.*):LIBS += -lclntsh |
| 6 | } else { |
| 7 | LIBS *= -loci |
| 8 | } |
| 9 | macx:QMAKE_LFLAGS += -Wl,-flat_namespace,-U,_environ |
Note:
See TracBrowser
for help on using the repository browser.
