You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use this project in a Qt application. I have included all the necessary files, but when I try to build my project in Qt I get this error. In addition on the same line I get a conflicting declaration 'typedef int sqlite3_value'.
The errors occur on line 22 of Database.h
Could this be something on my end? An issue with the Qt compiler?
The text was updated successfully, but these errors were encountered:
I am attempting to use this project in a Qt application. I have included all the necessary files, but when I try to build my project in Qt I get this error. In addition on the same line I get a conflicting declaration 'typedef int sqlite3_value'.
The errors occur on line 22 of Database.h
Could this be something on my end? An issue with the Qt compiler?
The text was updated successfully, but these errors were encountered: