[PATCH] QSqlite3: fix build with Qt 5.7
authorDaniel Vrátil <dvratil@kde.org>
Sun, 5 Jun 2016 13:49:29 +0000 (15:49 +0200)
committerSandro Knauß <hefee@debian.org>
Tue, 22 Nov 2016 20:42:07 +0000 (20:42 +0000)
commiteca9675f9a833790e0cea4a9a03411a53f725532
treea77ce6d2c190af32b241d32237ec6e1322541428
parent6ad2bb64bdfdeaa764e643f40a97d62dd7127117
[PATCH] QSqlite3: fix build with Qt 5.7

Use ${QtSql_PRIVATE_INCLUDE_DIRS} to include the private headers
directly from current Qt install instead of carrying a local copy.

Gbp-Pq: Name QSqlite3-fix-build-with-Qt-5.7.patch
CMakeLists.txt
src/qsqlite/CMakeLists.txt
src/qsqlite/src/QtSql/private/qobject_p.h [deleted file]
src/qsqlite/src/QtSql/private/qsqlcachedresult_p.h [deleted file]
src/qsqlite/src/QtSql/private/qsqldriver_p.h [deleted file]
src/qsqlite/src/qsql_sqlite.cpp