disable auto qvg

This commit is contained in:
Rick Vogel 2022-11-02 09:26:43 +01:00
parent fe345a7c79
commit c6087845a4
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ option(ENABLE_PINYIN "Enable romanization system for standard mandari
option(ENABLE_HUNSPELL "Enable spell checker" OFF) # TODO try find pkg-config
option(ENABLE_FONT_CONFIG "Enable font config for font caching" ON)
option(ENABLE_ENSURE_SKINS "Enabling fall back code, that inserts some skin factories manually when not finding skin factories as plugins" ON)
option(ENABLE_AUTOQVG "enable automatic qvg compilation" ON)
option(ENABLE_AUTOQVG "enable automatic qvg compilation" OFF)
if(UNIX AND NOT APPLE)
set(LINUX TRUE)