diff --git a/saori.pro b/saori.pro index a16a457..a6bcbec 100644 --- a/saori.pro +++ b/saori.pro @@ -4,7 +4,7 @@ # #------------------------------------------------- -QT += core gui network +QT += core gui network sql greaterThan(QT_MAJOR_VERSION, 4): QT += widgets diff --git a/saoridef.h b/saoridef.h index 8f76e9a..d07f6c1 100644 --- a/saoridef.h +++ b/saoridef.h @@ -35,6 +35,8 @@ #define SAORI_QSETTINGS_DOMAIN "net-p.org" #define SAORI_QSETTINGS_APPLICATION "Saori" +#define SAORI_SQLFILE "saoridatastore.sqlite" + #define SAORI_MASTODON_APIPATH_APPS "/api/v1/apps" #define SAORI_MASTODON_APIPATH_AUTHORIZE "/oauth/authorize" #define SAORI_MASTODON_APIPATH_TOKEN "/oauth/token"