Changeset 846 for trunk/src/plugins/sqldrivers/oci/oci.pro
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/plugins/sqldrivers/oci/oci.pro
r2 r846 1 TARGET 1 TARGET = qsqloci 2 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 3 SOURCES = main.cpp 4 include(../../../sql/drivers/oci/qsql_oci.pri) 12 5 13 6 include(../qsqldriverbase.pri)
Note:
See TracChangeset
for help on using the changeset viewer.