src/plugins/sqldrivers/tds/tds.pro
changeset 0 1918ee327afb
child 33 3e2da88830cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/plugins/sqldrivers/tds/tds.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,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)