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
Unmaintained
KDE Workspace
Commits
0f716ce6
Commit
0f716ce6
authored
Dec 18, 2012
by
Marco Martin
Browse files
mobile != touch, cursors are needed anyways
parent
9461aa19
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0f716ce6
...
...
@@ -171,8 +171,6 @@ if(${KDE_PLATFORM_PROFILE} STREQUAL "Desktop")
macro_optional_add_subdirectory
(
kwrited
)
macro_optional_add_subdirectory
(
ksystraycmd
)
macro_optional_add_subdirectory
(
appmenu
)
# data
macro_optional_add_subdirectory
(
cursors
)
endif
(
NOT WIN32
)
if
(
X11_Xau_FOUND AND X11_Xdmcp_FOUND
)
...
...
@@ -182,6 +180,11 @@ if(${KDE_PLATFORM_PROFILE} STREQUAL "Desktop")
endif
(
X11_Xau_FOUND AND X11_Xdmcp_FOUND
)
endif
(
${
KDE_PLATFORM_PROFILE
}
STREQUAL
"Desktop"
)
if
(
NOT WIN32
)
# data
macro_optional_add_subdirectory
(
cursors
)
endif
(
NOT WIN32
)
macro_optional_add_subdirectory
(
plasma
)
macro_optional_add_subdirectory
(
statusnotifierwatcher
)
macro_optional_add_subdirectory
(
kstyles
)
...
...
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