sqlite利用準備。
1 parent 0fe7360 commit 3b3b53765635d7b96393da6b737b8e31a019ebd6
@TAM (Teppei Tamra) TAM (Teppei Tamra) authored on 1 Apr 2018
Showing 2 changed files
View
2
■■■
saori.pro
# Project created by QtCreator 2017-11-20T07:19:06
#
#-------------------------------------------------
 
QT += core gui network
QT += core gui network sql
 
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 
TARGET = saori
View
2
■■■
saoridef.h
#define SAORI_QSETTINGS_ORGANIZATION "nop"
#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"
#define SAORI_MASTODON_APIPATH_INSTANCE "/api/v1/instance"