-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.h.in
More file actions
39 lines (30 loc) · 1.22 KB
/
Copy pathconfig.h.in
File metadata and controls
39 lines (30 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#ifndef CONFIG_H
#define CONFIG_H
#define TARGET \"$$TARGET\"
#define PREFIX \"$$PREFIX\"
#define VERSION \"$$VERSION\"
#define DATADIR \"$$DATADIR\"
#define REVISION \"$$REVISION\"
#define SETTINGS_DOMAIN \"Herewe\"
#define SETTINGS_APP \"QAbc\"
#define COMPILER_KEY \"ABC/compiler\"
#define ABCM2PS \"/usr/bin/abcm2ps\"
#define PLAYER_KEY \"ABC/player\"
#define ABC2MIDI \"/usr/bin/abc2midi\"
#define SYNTH_KEY \"ABC/synth\"
#define FLUIDSYNTH \"/usr/bin/fluidsynth --no-shell --audio-driver=alsa /usr/share/sounds/sf2/FluidR3_GM.sf2\"
#define VIEWER_KEY \"ABC/viewer\"
#define PSVIEWER \"/usr/bin/zathura\"
#define EDITOR_FONT_BASE \"ABC/editor/font_base\"
#define EDITOR_FONT_RANGE \"ABC/editor/font_range\"
#define EDITOR_HIGHLIGHT \"ABC/editor/highlight\"
#define EDITOR_BAR_COLOR \"ABC/editor/bar_color\"
#define EDITOR_COMMENT_COLOR \"ABC/editor/comment_color\"
#define EDITOR_DECORATION_COLOR \"ABC/editor/decoration_color\"
#define EDITOR_EXTRAINSTR_COLOR \"ABC/editor/extrainstr_color\"
#define EDITOR_GCHORD_COLOR \"ABC/editor/gchord_color\"
#define EDITOR_HEADER_COLOR \"ABC/editor/header_color\"
#define EDITOR_LYRIC_COLOR \"ABC/editor/lyric_color\"
#define WORKDIR_KEY \"ABC/workdir\"
#define LOOP_KEY \"ABC/loop\"
#endif