K 10 svn:author V 6 rakuco K 8 svn:date V 27 2016-03-11T11:02:51.483455Z K 7 svn:log V 416 Add back some library flags lost in r410751. Some .pri files still get some of their information from Qt4's configure script by default. Since we are not using it for the sqldriver ports, both qt4-odbc-plugin and qt4-sqlite3-plugin were no longer linking against libodbc.so and libsqlite3.so. Fix it by explicitly passing those via LDFLAGS. Thanks to Luca Pizzamiglio for the report. END