diff options
author | Timothy Pearson <[email protected]> | 2012-06-13 15:30:09 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-13 15:30:09 -0500 |
commit | f27c2533f735d53c6b555f387c6390c0690cc246 (patch) | |
tree | d5dc456dfb009f3782f8692ae94001934fabb7ac /plugins | |
parent | e6ee551961ae3e251b448264c948036de9f6c760 (diff) | |
download | tqt3-f27c2533f735d53c6b555f387c6390c0690cc246.tar.gz tqt3-f27c2533f735d53c6b555f387c6390c0690cc246.zip |
Automated update from Qt3
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/src/sqldrivers/odbc/odbc.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/src/sqldrivers/odbc/odbc.pro b/plugins/src/sqldrivers/odbc/odbc.pro index ac0cf3c50..36d35b51c 100644 --- a/plugins/src/sqldrivers/odbc/odbc.pro +++ b/plugins/src/sqldrivers/odbc/odbc.pro @@ -17,7 +17,7 @@ mac { unix { OBJECTS_DIR = .obj !contains( LIBS, .*odbc.* ) { - LIBS *= -liodbc + LIBS *= -lodbc } } |