diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-13 15:30:09 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-13 15:30:09 -0500 |
| commit | f27c2533f735d53c6b555f387c6390c0690cc246 (patch) | |
| tree | d5dc456dfb009f3782f8692ae94001934fabb7ac /src/sql/qt_sql.pri | |
| parent | e6ee551961ae3e251b448264c948036de9f6c760 (diff) | |
| download | tqt-f27c2533f735d53c6b555f387c6390c0690cc246.tar.gz tqt-f27c2533f735d53c6b555f387c6390c0690cc246.zip | |
Automated update from Qt3
Diffstat (limited to 'src/sql/qt_sql.pri')
| -rw-r--r-- | src/sql/qt_sql.pri | 4 |
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 } } |
