summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/tds/qsql_tds.pri
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-07-07 12:22:02 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-07-07 12:22:02 (GMT)
commit61ed7fb16caff96d2cc57d5f4ab7c10c8535e7a9 (patch)
treea6dd9264da6e8878b857895a2595565ce9a37538 /src/sql/drivers/tds/qsql_tds.pri
parent896de79554060aadf4963d8285ef3f5d8740428b (diff)
parent484c05ef374ef1c1043836b074693838d6b30adb (diff)
downloadQt-61ed7fb16caff96d2cc57d5f4ab7c10c8535e7a9.zip
Qt-61ed7fb16caff96d2cc57d5f4ab7c10c8535e7a9.tar.gz
Qt-61ed7fb16caff96d2cc57d5f4ab7c10c8535e7a9.tar.bz2
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'src/sql/drivers/tds/qsql_tds.pri')
-rw-r--r--src/sql/drivers/tds/qsql_tds.pri10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sql/drivers/tds/qsql_tds.pri b/src/sql/drivers/tds/qsql_tds.pri
new file mode 100644
index 0000000..c552ead
--- /dev/null
+++ b/src/sql/drivers/tds/qsql_tds.pri
@@ -0,0 +1,10 @@
+HEADERS += $$PWD/qsql_tds.h
+SOURCES += $$PWD/qsql_tds.cpp
+
+unix {
+ !contains(LIBS, .*sybdb.*):LIBS += -lsybdb
+} else:win32-borland {
+ LIBS *= $(BCB)/lib/PSDK/NTWDBLIB.LIB
+} else {
+ LIBS *= -lNTWDBLIB
+}