J
J
johnpion2012-09-26 18:25:25
Programming
johnpion, 2012-09-26 18:25:25

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

3 answer(s)
M
MikhailEdoshin, 2012-09-26
@MikhailEdoshin

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?

J
johnpion, 2012-09-26
@johnpion

I pushed the function through this standard interface. And how are you going to use it in Qt? Through qsqlite.dll

I
ixSci, 2012-09-27
@ixSci

No way. Edit sources - edit for each new version.
You can create a patch and apply it permanently.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question