repo.or.cz
/
carla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add initial bits for Qt6 support
[carla.git]
/
source
/
modules
/
lilv
/
config
/
sord_config.h
blob
6172649f25506ddee10e11cd71bc5fda71942816
1
2
#ifndef _SORD_CONFIG_H_
3
#define _SORD_CONFIG_H_
4
5
#define SORD_INTERNAL
6
#define SORD_VERSION
"0.14.0"
7
8
#define HAVE_SERD 1
9
10
#endif
/* _SORD_CONFIG_H_ */