Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Breeze visual style
Commits
95114a2b
Commit
95114a2b
authored
Apr 05, 2022
by
Nicolas Fella
Browse files
Disable decoration on Windows and mac
(cherry picked from commit
dd7cbd13
)
parent
5e3bb6b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
95114a2b
...
@@ -25,6 +25,11 @@ include(KDEClangFormat)
...
@@ -25,6 +25,11 @@ include(KDEClangFormat)
include
(
GtkUpdateIconCache
)
include
(
GtkUpdateIconCache
)
option
(
WITH_DECORATIONS
"Build Breeze window decorations for KWin"
ON
)
option
(
WITH_DECORATIONS
"Build Breeze window decorations for KWin"
ON
)
if
(
WIN32 OR APPLE
)
set
(
WITH_DECORATIONS OFF
)
endif
()
if
(
WITH_DECORATIONS
)
if
(
WITH_DECORATIONS
)
find_package
(
KDecoration2 REQUIRED
)
find_package
(
KDecoration2 REQUIRED
)
add_subdirectory
(
kdecoration
)
add_subdirectory
(
kdecoration
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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