Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
8acf7c74
Commit
8acf7c74
authored
Mar 11, 2022
by
Devin Lin
🎨
Browse files
Attempt to fix CI
parent
b92ba78e
Pipeline
#148314
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8acf7c74
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment