source: trunk/src/plugins/sqldrivers/odbc/odbc.pro@ 561

Last change on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 340 bytes
Line 
1TARGET = qsqlodbc
2
3HEADERS = ../../../sql/drivers/odbc/qsql_odbc.h
4SOURCES = main.cpp \
5 ../../../sql/drivers/odbc/qsql_odbc.cpp
6
7unix {
8 !contains( LIBS, .*odbc.* ) {
9 LIBS *= $$QT_LFLAGS_ODBC
10 }
11}
12
13win32 {
14 !win32-borland:LIBS *= -lodbc32
15 win32-borland:LIBS *= $(BCB)/lib/PSDK/odbc32.lib
16}
17
18include(../qsqldriverbase.pri)
Note: See TracBrowser for help on using the repository browser.