diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-07 12:22:02 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-07 12:22:02 (GMT) |
commit | 61ed7fb16caff96d2cc57d5f4ab7c10c8535e7a9 (patch) | |
tree | a6dd9264da6e8878b857895a2595565ce9a37538 /src/plugins/sqldrivers/db2/db2.pro | |
parent | 896de79554060aadf4963d8285ef3f5d8740428b (diff) | |
parent | 484c05ef374ef1c1043836b074693838d6b30adb (diff) | |
download | Qt-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/plugins/sqldrivers/db2/db2.pro')
-rw-r--r-- | src/plugins/sqldrivers/db2/db2.pro | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/plugins/sqldrivers/db2/db2.pro b/src/plugins/sqldrivers/db2/db2.pro index 5223beb..e053f37 100644 --- a/src/plugins/sqldrivers/db2/db2.pro +++ b/src/plugins/sqldrivers/db2/db2.pro @@ -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) |