summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/tds/tds.pro
blob: 08a166baa96be237060d5cbc7ee53c1c4ca94cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET	 = qsqltds

HEADERS		= ../../../sql/drivers/tds/qsql_tds.h

SOURCES		= main.cpp \
		  ../../../sql/drivers/tds/qsql_tds.cpp

unix:!contains( LIBS, .*sybdb.* ):LIBS 	*= -lsybdb

win32 {
    !win32-borland:LIBS *= -lNTWDBLIB
    win32-borland:LIBS 	*= $(BCB)/lib/PSDK/NTWDBLIB.LIB
}

include(../qsqldriverbase.pri)