author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TARGET = qsqltds |
2 |
||
3 |
HEADERS = ../../../sql/drivers/tds/qsql_tds.h |
|
4 |
||
5 |
SOURCES = main.cpp \ |
|
6 |
../../../sql/drivers/tds/qsql_tds.cpp |
|
7 |
||
8 |
unix:!contains( LIBS, .*sybdb.* ):LIBS *= -lsybdb |
|
9 |
||
10 |
win32 { |
|
11 |
!win32-borland:LIBS *= -lNTWDBLIB |
|
12 |
win32-borland:LIBS *= $(BCB)/lib/PSDK/NTWDBLIB.LIB |
|
13 |
} |
|
14 |
||
15 |
include(../qsqldriverbase.pri) |