summaryrefslogtreecommitdiff
path: root/config_host/config_vclplug.h.in
blob: 3009bac93afd8a80dbb058c8070d10d0e5f82e8c (plain)
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
/*

Settings about which desktops have support enabled.

*/

#ifndef CONFIG_VCLPLUG_H
#define CONFIG_VCLPLUG_H

/**
 * Set, if the platform uses X11 code.
 */
#define USING_X11 0

/**
 * Set the enabled platform plugins
 */
#define ENABLE_GEN 0
#define ENABLE_GTK3 0
#define ENABLE_GTK3_KDE5 0
#define ENABLE_HEADLESS 0
#define ENABLE_KF5 0
#define ENABLE_KF6 0
#define ENABLE_QT5 0
#define ENABLE_QT6 0

/**
 * Additional settings for the plugins
 */
#define USE_HEADLESS_CODE 0
#define ENABLE_GSTREAMER_1_0 0
#define ENABLE_QT6_MULTIMEDIA 0
#define QT5_HAVE_GOBJECT 0
#define QT5_USING_X11 0
#define QT6_USING_X11 0

#endif
aolán McNamara 2024-10-24Adapt flatpak build to upstream changesStephan Bergmann 2024-10-24Remove archaic xmergeCaolán McNamara 2024-10-23add Tagalog (tl) langauge- & helppackChristian Lohmaier 2024-10-22move vcl::DeleteOnDeinit to toolsNoel Grandin 2024-10-18SW: extract transform charts (using dialog code)Attila Szűcs 2024-10-17Adapt experimental Emscripten --enable-qt6 to recent Qt6 upstreamStephan Bergmann 2024-10-16gtk3 a11y: Drop unused DocumentFocusListener classMichael Weghorn 2024-10-16On macOS the "cp" command does not have a "-T" optionPatrick Luby 2024-10-10Make --disable-emscripten-proxy-to-pthread configurableStephan Bergmann 2024-10-10Emscripten: For executables, only build .js files, not .html filesStephan Bergmann 2024-10-07Emscripten: Silence -Wlimited-postlink-optimizationsStephan Bergmann 2024-10-05tdf#119931: cui a11y: Specify mnenomic-widget in "Alt Text" dialogMichael Weghorn 2024-10-02Avoid C4847 with --with-latest-c++ when compiling CLRStephan Bergmann 2024-09-25fix basegfx.pyNoel Grandin 2024-09-25Adapting basegfx.py due to blocking in some situationsArmin Le Grand (allotropia) 2024-09-24Adapt flatpak build to upstream changesStephan Bergmann 2024-09-19Remaining GCC -Wcast-function-type issuesStephan Bergmann 2024-09-18remove OSubComponent from OStatementBaseNoel Grandin 2024-09-17wina11y: clang-format CAccEditableText sourcesMichael Weghorn 2024-09-17Avoid -Werror,-Wcast-function-type-mismatchStephan Bergmann 2024-09-17wina11y: clang-format AccComponent.hMichael Weghorn 2024-09-03Emscripten: Move -sEXPORT_EXCEPTION_HANDLING_HELPERS to gb_LinkTarget_LDFLAGSStephan Bergmann 2024-09-03Emscripten: Explicitly set -sEXPORT_EXCEPTION_HANDLING_HELPERSStephan Bergmann 2024-09-02scp2: simplifiy language snippet creation rulesChristian Lohmaier 2024-08-30wsl: avoid another case of redirection / pipingChristian Lohmaier 2024-08-28Put back the mkdirStephan Bergmann 2024-08-27run msguniq .. | msgfmt in a subshell to help out wsl1Christian Lohmaier 2024-08-22Emscripten: Experimental -sPROXY_POSIX_SOCKETS supportStephan Bergmann 2024-08-21wina11y: clang-format CAccRelationMichael Weghorn 2024-08-18Emscripten: Increase the main thread stack sizeStephan Bergmann 2024-08-18Drop obsolete commentStephan Bergmann 2024-08-15merge CntUnencodedStringItem into SfxStringItemNoel Grandin 2024-08-14solenv/bin/uiex: more helpful error message for context issuesIlmari Lauhakangas 2024-08-13wina11y: clang-format CAccHypertextMichael Weghorn 2024-08-13wina11y: clang-format CAccHyperLinkMichael Weghorn 2024-08-12Emscripten: Move the Qt event loop off the JS main threadStephan Bergmann 2024-08-09Avoid -Werror,-Wunused-command-line-argument in CompilerTestsStephan Bergmann 2024-08-03.NET Bindings: Add DotnetTest class to gbuildRMZeroFour 2024-08-03.NET Bindings: Improve DotnetLibrary gbuild classRMZeroFour 2024-08-03.NET Bindings: Upgrade --enable-dotnet to --with-dotnetRMZeroFour 2024-08-01pyuno,unotest,xmlsecurity: copy GPG test files for UITtestMichael Stahl