summaryrefslogtreecommitdiffstats
path: root/src/sql/qt_sql.pri
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-13 15:30:09 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-13 15:30:09 -0500
commitf27c2533f735d53c6b555f387c6390c0690cc246 (patch)
treed5dc456dfb009f3782f8692ae94001934fabb7ac /src/sql/qt_sql.pri
parente6ee551961ae3e251b448264c948036de9f6c760 (diff)
downloadtqt3-f27c2533f735d53c6b555f387c6390c0690cc246.tar.gz
tqt3-f27c2533f735d53c6b555f387c6390c0690cc246.zip
Automated update from Qt3
Diffstat (limited to 'src/sql/qt_sql.pri')
-rw-r--r--src/sql/qt_sql.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/qt_sql.pri b/src/sql/qt_sql.pri
index 6856b5730..f5bd94872 100644
--- a/src/sql/qt_sql.pri
+++ b/src/sql/qt_sql.pri
@@ -110,13 +110,13 @@ sql {
mac {
!contains( LIBS, .*odbc.* ) {
- LIBS *= -liodbc
+ LIBS *= -lodbc
}
}
unix {
!contains( LIBS, .*odbc.* ) {
- LIBS *= -liodbc
+ LIBS *= -lodbc
}
}