comparison main.h @ 42:60ffa45b4014

Use #define APP_SQLITE_FILE for the application Sqlite3 database filename.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Apr 2017 14:50:12 +0300
parents c953ee761af0
children 372c1be58996
comparison
equal deleted inserted replaced
41:c953ee761af0 42:60ffa45b4014
18 // 18 //
19 #define APP_VENDOR "TNSP" // Vendor ID (for settings, etc.) 19 #define APP_VENDOR "TNSP" // Vendor ID (for settings, etc.)
20 #define APP_ID "Kampus Syntilista" // Application ID (for settings) 20 #define APP_ID "Kampus Syntilista" // Application ID (for settings)
21 #define APP_NAME "Café Kampus Syntilista" // Application title/name 21 #define APP_NAME "Café Kampus Syntilista" // Application title/name
22 #define APP_VERSION "0.2" // Version string 22 #define APP_VERSION "0.2" // Version string
23 #define APP_SQLITE_FILE "syntilista.sqlite3" // SQLite3 database file name (without path)
23 24
24 25
25 // 26 //
26 // Custom SQL models 27 // Custom SQL models
27 // 28 //