mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
cipher: Fix build option and use a dialog for entering the password
Fix the sqlcipher build option in the qmake project to actually enable the SQLCipher support. Add a new dialog called CipherDialog which is used to ask the user for the password and other encryption details instead of using standard Qt input dialogs.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef SQLITE_H
|
||||
#define SQLITE_H
|
||||
|
||||
#ifdef SQLCIPHER
|
||||
#ifdef ENABLE_SQLCIPHER
|
||||
#define SQLITE_TEMP_STORE 2
|
||||
#define SQLITE_HAS_CODEC
|
||||
#include <sqlcipher/sqlite3.h>
|
||||
|
||||
Reference in New Issue
Block a user