sschober / qeystore-desktop

A simple password manager
GNU General Public License v2.0
0 stars 0 forks source link

Investigate static linking of sqlcipher #1

Open sschober opened 11 years ago

sschober commented 11 years ago

Problem

Currently you need to install sqlcipher instead of sqlite, which is very intrusive. (sqlcipher is compatible, but it causes problems nevertheless...)

Idea

Link statically against sqlcipher. But the QSQLite database driver won't notice this.