Answer the question
In order to leave comments, you need to log in
How to replace or patch the qt library
sqlite.dll is responsible for working with Sqlite. I changed it and rebuilt it so that the new function appeared in the queries in my program and sqliteman. Now it was necessary to build for a different version of qt. I don't want to manually patch the sources all the time. How can this be fixed?
Answer the question
In order to leave comments, you need to log in
New SQLite feature? I mean, a new function that can be used in SQL statements? If so, then there is a standard interface for adding such functions at runtime - why change SQLite itself?
I pushed the function through this standard interface. And how are you going to use it in Qt? Through qsqlite.dll
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question