summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/oci
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-07-07 10:05:37 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-07 10:05:37 (GMT)
commit484c05ef374ef1c1043836b074693838d6b30adb (patch)
tree0f88ee8d5bca05a288c4218e12059ebd60941c86 /src/sql/drivers/oci
parentd7557de99b38031906c17c54496cb76a13dec5f7 (diff)
downloadQt-484c05ef374ef1c1043836b074693838d6b30adb.zip
Qt-484c05ef374ef1c1043836b074693838d6b30adb.tar.gz
Qt-484c05ef374ef1c1043836b074693838d6b30adb.tar.bz2
Simplify *= to += after contains() test
Merge-request: 715 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/sql/drivers/oci')
-rw-r--r--src/sql/drivers/oci/qsql_oci.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/drivers/oci/qsql_oci.pri b/src/sql/drivers/oci/qsql_oci.pri
index 6859156..60ccc4c 100644
--- a/src/sql/drivers/oci/qsql_oci.pri
+++ b/src/sql/drivers/oci/qsql_oci.pri
@@ -2,7 +2,7 @@ HEADERS += $$PWD/qsql_oci.h
SOURCES += $$PWD/qsql_oci.cpp
unix {
- !contains(LIBS, .*clnts.*):LIBS *= -lclntsh
+ !contains(LIBS, .*clnts.*):LIBS += -lclntsh
} else {
LIBS *= -loci
}