diff --git a/CMakeLists.txt b/CMakeLists.txt index e0ab8208944d833e1584c7f15a34d8a6bc77df54..0713227353e5f43819c13304652dd34e5a21856d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ option(STATIC_BUILD "Build Kaidan statically") option(UBUNTU_TOUCH "Building a Ubuntu Touch click (internal use only!)" FALSE) option(CLICK_ARCH "Architecture that will be used in the click's manifest") option(CLICK_DATE "Date used in the version number in the click's manifest") -option(QUICK_COMPILER "Use QtQuick compiler to improve performance" TRUE) +option(QUICK_COMPILER "Use QtQuick compiler to improve performance" FALSE) # Find includes in corresponding build directories set(CMAKE_INCLUDE_CURRENT_DIR ON)