blob: 0b9ca095e5ec48aa6684a92b93c6e4d5e616b0b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
Settings about which desktops have support enabled.
*/
#ifndef CONFIG_VCLPLUG_H
#define CONFIG_VCLPLUG_H
#define ENABLE_GTK 0
#define ENABLE_GTK3 0
#define ENABLE_GTK3_KDE5 0
#define ENABLE_KDE5 0
#define ENABLE_QT5 0
#endif
|