SQLite database not copied along with Qt executable using windeployqt
I have made Qt C++ project, it’s works perfectly fine, but when I create standalone exe via windeployqt.exe it won’t copy my database, instead of this during first initialization it just creates empy db with no tables.
SQLIte database won’t copyies to standalone exe Qt
I have made Qt C++ project, it’s works perfectly fine, but when I create standalone exe via windeployqt.exe it won’t copy my database, instead of this during first initialization it just creates empy db with no tables.