Update installer variables on Windows, update Qt5 path

This should update the master branch to use "DB Browser
for SQLite" naming, and fix the problem with the
uninstaller not showing up in Add/Remove programs on
Windows (issue #742)
This commit is contained in:
Justin Clift
2016-08-29 15:43:20 +01:00
parent e12e043f54
commit 8a9130883b
2 changed files with 53 additions and 23 deletions

View File

@@ -4,7 +4,11 @@
#ifdef ENABLE_SQLCIPHER
#define SQLITE_TEMP_STORE 2
#define SQLITE_HAS_CODEC
#ifdef Q_OS_WIN32
#include <sqlite3.h>
#else
#include <sqlcipher/sqlite3.h>
#endif
#else
#include <sqlite3.h>
#endif