[go: up one dir, main page]

File: config.h.in

package info (click to toggle)
qabc 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 544 kB
  • sloc: cpp: 2,314; xml: 48; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,185 bytes parent folder | download | duplicates (2)
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
#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 -i -O=\"

#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/evince\"

#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\"

#endif