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
d18baac3
Commit
d18baac3
authored
Mar 11, 2022
by
Devin Lin
🎨
Browse files
Fix wrong value set
parent
8acf7c74
Pipeline
#148315
passed with stages
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d18baac3
...
...
@@ -17,7 +17,7 @@ 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 O
FF
CACHE BOOL
"
C
heck platform that is being built on"
)
set
(
KF_IGNORE_PLATFORM_CHECK O
N
CACHE BOOL
"
Don't c
heck platform that is being built on"
)
option
(
QUICK_COMPILER
"Use QtQuick compiler to improve performance"
TRUE
)
...
...
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