repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git]
/
config_host
/
config_vclplug.h.in
blob
8ff5a9ce527f1dc2b2d16c755a4fd7adcca3f05f
1
/*
2
3
Settings about which desktops have support enabled.
4
5
*/
6
7
#ifndef CONFIG_VCLPLUG_H
8
#define CONFIG_VCLPLUG_H
9
10
#define ENABLE_GTK3 0
11
#define ENABLE_GTK3_KDE5 0
12
#define ENABLE_KF5 0
13
#define ENABLE_QT5 0
14
15
#define ENABLE_GSTREAMER_1_0 0
16
#define QT5_HAVE_GOBJECT 0
17
#define QT5_USING_X11 0
18
19
#endif