mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-25 12:15:54 +01:00
10 lines
160 B
C
10 lines
160 B
C
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#include <QtGlobal>
|
||
|
|
||
|
#define APP_NAME "GPXSee"
|
||
|
#define APP_HOMEPAGE "http://www.gpxsee.org"
|
||
|
|
||
|
#endif /* CONFIG_H */
|