diff -r 5dc02b23752f -r 3e2da88830cd src/plugins/sqldrivers/db2/db2.pro --- a/src/plugins/sqldrivers/db2/db2.pro Tue Jul 06 15:10:48 2010 +0300 +++ b/src/plugins/sqldrivers/db2/db2.pro Wed Aug 18 10:37:55 2010 +0300 @@ -1,10 +1,6 @@ -TARGET = qsqldb2 +TARGET = qsqldb2 -HEADERS = ../../../sql/drivers/db2/qsql_db2.h -SOURCES = main.cpp \ - ../../../sql/drivers/db2/qsql_db2.cpp - -unix:!contains( LIBS, .*db2.* ):LIBS *= -ldb2 -win32:!contains( LIBS, .*db2.* ):LIBS *= -ldb2cli +SOURCES = main.cpp +include(../../../sql/drivers/db2/qsql_db2.pri) include(../qsqldriverbase.pri)