Disable Qt Quick Compiler

Once we are on Qt6 this isn't really that useful, and breaks every Qt update if there is a mismatch between when it was compiled and what it is run on.
This commit is contained in:
Devin Lin 2023-02-18 10:19:51 -08:00
parent 387ca3a103
commit df6de964ce

View file

@ -22,7 +22,7 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
set(KF_IGNORE_PLATFORM_CHECK ON CACHE BOOL "Don't check platform that is being built on")
option(QUICK_COMPILER "Use QtQuick compiler to improve performance" TRUE)
option(QUICK_COMPILER "Use QtQuick compiler to improve performance" FALSE)
include(KDEInstallDirs)
include(KDECMakeSettings)