source: trunk/src/plugins/sqldrivers/tds/tds.pro@ 317

Last change on this file since 317 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 320 bytes
Line 
1TARGET = qsqltds
2
3HEADERS = ../../../sql/drivers/tds/qsql_tds.h
4
5SOURCES = main.cpp \
6 ../../../sql/drivers/tds/qsql_tds.cpp
7
8unix:!contains( LIBS, .*sybdb.* ):LIBS *= -lsybdb
9
10win32 {
11 !win32-borland:LIBS *= -lNTWDBLIB
12 win32-borland:LIBS *= $(BCB)/lib/PSDK/NTWDBLIB.LIB
13}
14
15include(../qsqldriverbase.pri)
Note: See TracBrowser for help on using the repository browser.