src/plugins/sqldrivers/tds/tds.pro
changeset 33 3e2da88830cd
parent 0 1918ee327afb
--- 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)