From c6087845a49b985d804148330cb11a9e5d3f9946 Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Wed, 2 Nov 2022 09:26:43 +0100 Subject: [PATCH] disable auto qvg --- features/qskconfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/qskconfig.cmake b/features/qskconfig.cmake index 6201645e..c618bb16 100644 --- a/features/qskconfig.cmake +++ b/features/qskconfig.cmake @@ -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)