How to deliver sqlite driver to the end user?

后端 未结 2 435
我在风中等你
我在风中等你 2021-01-12 12:54

My program written in Qt C++ calls the sqlite database. On my own computer it works good, but on the end user\'s computer it says \"Driver not loaded\". True, I don\'t know

2条回答
  •  甜味超标
    2021-01-12 13:19

    Please read the Windows deployment guide, plugins section. You are not supposed to drop things in windows\system32, there's a specific directory structure to follow. The exact paths depend on your Qt installation and your application path.

提交回复
热议问题