source:
trunk/src/sql/drivers/oci/qsql_oci.pri
Last change on this file was 846, checked in by , 14 years ago | |
---|---|
File size: 196 bytes |
Rev | Line | |
---|---|---|
[844] | 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.