Relative Content

Tag Archive for c++sqliteqt

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.