[Kde-cygwin-cvs] CVS: qt-3/src/sql qt_sql.pri,1.1.1.11,1.1.1.12
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-09-30 18:13:29
|
Update of /cvsroot/kde-cygwin/qt-3/src/sql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6831/src/sql Modified Files: Tag: QT_WIN32_3_3_BRANCH qt_sql.pri Log Message: reapply patches which were lost during my not so good update to 3.3.5 Index: qt_sql.pri =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/sql/qt_sql.pri,v retrieving revision 1.1.1.11 retrieving revision 1.1.1.12 diff -u -r1.1.1.11 -r1.1.1.12 --- qt_sql.pri 22 Sep 2005 12:53:47 -0000 1.1.1.11 +++ qt_sql.pri 30 Sep 2005 16:58:31 -0000 1.1.1.12 @@ -114,6 +114,12 @@ } } + cygwin-g++ { + !contains( LIBS, .*odbc.* ) { + LIBS *= -lodbc32 + } + } + unix { !contains( LIBS, .*odbc.* ) { LIBS *= -lodbc |