[PyQt] pyqtdeploy, sqlite and SQLITE_OMIT_LOAD_EXTENSION
Robert Kent
rob at gulon.co.uk
Thu Feb 4 20:48:17 GMT 2016
Ok so, obvious answer to my own question:
DEFINES -= SQLITE_OMIT_LOAD_EXTENSION
in the 'qmake' section...
On 04/02/2016 20:41, Robert Kent wrote:
> Hi Phil,
>
> Can you tell where/why the SQLITE_OMIT_LOAD_EXTENSION define is set in
> the .pdy file and how to prevent it as my app needs to load sqlite
> extensions. I've tested it by manually removing its from the .pro file
> before qmake and its works fine.
>
> Thanks, Rob
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
More information about the PyQt
mailing list