source:
branches/4.5.1/src/plugins/sqldrivers/db2/db2.pro
Last change on this file was 2, checked in by , 16 years ago | |
---|---|
File size: 262 bytes |
Line | |
---|---|
1 | TARGET = qsqldb2 |
2 | |
3 | HEADERS = ../../../sql/drivers/db2/qsql_db2.h |
4 | SOURCES = main.cpp \ |
5 | ../../../sql/drivers/db2/qsql_db2.cpp |
6 | |
7 | unix:!contains( LIBS, .*db2.* ):LIBS *= -ldb2 |
8 | win32:!contains( LIBS, .*db2.* ):LIBS *= -ldb2cli |
9 | |
10 | include(../qsqldriverbase.pri) |
Note:
See TracBrowser
for help on using the repository browser.