summaryrefslogtreecommitdiff
path: root/src/sql/drivers/sqlite/qsql_sqlite.pri
Commit message (Collapse)AuthorAgeFilesLines
* don't prematurely reduce LIBS when adding sql link listsMark Brand2013-01-291-1/+1
| | | | | | | | | | | It's possible that different database libraries share dependencies. We need to keep their link lists intact here so that QtSql's .prl and .pc files will have them in the right order. Particularly important when building the drivers into QtSql and using static linking. Change-Id: Id371b127099f2790fe7cccd0c7059607600f447d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> (cherry picked from qt5/qtbase commit 9ef48277f959ff759bd9fba36c907ef5ed67f5b1)
* Fixed an incorrect profile inclusion.axis2010-07-221-1/+1
| | | | RevBy: Trust me
* Merge branch 'raptorConfigurePatches' into 4.7-s60axis2010-07-211-0/+2
| | | | | | Conflicts: configure src/sql/drivers/drivers.pri
* Consolidate sql driver configuration redundancyMark Brand2010-07-071-0/+9
Previously sql driver recipes each appeared in both the plugin pro file and src/sql/drivers/drivers.pri for building into QtSql. Split driver recipes into shared pri files. Also split bundled 3rd party sqlite code recipe into a shared pri. Merge-request: 715 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>