mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Attempt to fix CI
This commit is contained in:
parent
b92ba78e00
commit
8acf7c74d0
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|||
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
|
||||
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
|
||||
|
||||
set(KF_IGNORE_PLATFORM_CHECK OFF CACHE BOOL "Check platform that is being built on")
|
||||
|
||||
option(QUICK_COMPILER "Use QtQuick compiler to improve performance" TRUE)
|
||||
|
||||
include(KDEInstallDirs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue