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 | |
---|
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)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.