-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Qt5 to qspatialite provider.
The detachFromResultSet() changes in qsql_spatialite.{cpp,h} are taken from https://code.qt.io/cgit/qt/qtbase.git/commit/?id=fc15a1d5e2cb064d by Mark Brand <mabrand@mabrand.nl>. Additionally the sqlite3 & sqlite3_stmt types need to be declared as opaque pointers per http://doc.qt.io/qt-5/qmetatype.html#Q_DECLARE_METATYPE For Qt5 Q_PLUGIN_METADATA() should be used instead of Q_EXPORT_PLUGIN2() per http://doc.qt.io/qt-5/qtquick-porting-qt5.html#qml-plugins
- Loading branch information
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters