mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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:
parent
387ca3a103
commit
df6de964ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
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(KDEInstallDirs)
|
||||||
include(KDECMakeSettings)
|
include(KDECMakeSettings)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue