diff -r 5dc02b23752f -r 3e2da88830cd src/plugins/sqldrivers/tds/tds.pro --- a/src/plugins/sqldrivers/tds/tds.pro Tue Jul 06 15:10:48 2010 +0300 +++ b/src/plugins/sqldrivers/tds/tds.pro Wed Aug 18 10:37:55 2010 +0300 @@ -1,15 +1,6 @@ -TARGET = qsqltds - -HEADERS = ../../../sql/drivers/tds/qsql_tds.h - -SOURCES = main.cpp \ - ../../../sql/drivers/tds/qsql_tds.cpp +TARGET = qsqltds -unix:!contains( LIBS, .*sybdb.* ):LIBS *= -lsybdb - -win32 { - !win32-borland:LIBS *= -lNTWDBLIB - win32-borland:LIBS *= $(BCB)/lib/PSDK/NTWDBLIB.LIB -} +SOURCES = main.cpp +include(../../../sql/drivers/tds/qsql_tds.pri) include(../qsqldriverbase.pri)