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 Desktop
Commits
051bbf35
Commit
051bbf35
authored
Feb 10, 2021
by
Nicolas Fella
Browse files
[kcms] Remove pointless subfolder
joystick is the only element in hardware
parent
9a0817be
Changes
15
Hide whitespace changes
Inline
Side-by-side
kcms/CMakeLists.txt
View file @
051bbf35
...
...
@@ -19,7 +19,11 @@ add_subdirectory( ksmserver )
add_subdirectory
(
nightcolor
)
add_subdirectory
(
users
)
add_subdirectory
(
hardware
)
if
(
CMAKE_SYSTEM_NAME MATCHES Linux
)
# this one doesn't seem to be very portable, Alex
add_subdirectory
(
joystick
)
endif
()
add_subdirectory
(
desktoppaths
)
add_subdirectory
(
activities
)
...
...
kcms/hardware/CMakeLists.txt
deleted
100644 → 0
View file @
9a0817be
if
(
CMAKE_SYSTEM_NAME MATCHES Linux
)
# this one doesn't seem to be very portable, Alex
add_subdirectory
(
joystick
)
endif
()
kcms/
hardware/
joystick/CMakeLists.txt
→
kcms/joystick/CMakeLists.txt
View file @
051bbf35
File moved
kcms/
hardware/
joystick/Messages.sh
→
kcms/joystick/Messages.sh
View file @
051bbf35
File moved
kcms/
hardware/
joystick/caldialog.cpp
→
kcms/joystick/caldialog.cpp
View file @
051bbf35
File moved
kcms/
hardware/
joystick/caldialog.h
→
kcms/joystick/caldialog.h
View file @
051bbf35
File moved
kcms/
hardware/
joystick/joydevice.cpp
→
kcms/joystick/joydevice.cpp
View file @
051bbf35
File moved
kcms/
hardware/
joystick/joydevice.h
→
kcms/joystick/joydevice.h
View file @
051bbf35
File moved
kcms/
hardware/
joystick/joystick.cpp
→
kcms/joystick/joystick.cpp
View file @
051bbf35
File moved
kcms/
hardware/
joystick/joystick.desktop
→
kcms/joystick/joystick.desktop
View file @
051bbf35
File moved
kcms/
hardware/
joystick/joystick.h
→
kcms/joystick/joystick.h
View file @
051bbf35
File moved
kcms/
hardware/
joystick/joywidget.cpp
→
kcms/joystick/joywidget.cpp
View file @
051bbf35
File moved
kcms/
hardware/
joystick/joywidget.h
→
kcms/joystick/joywidget.h
View file @
051bbf35
File moved
kcms/
hardware/
joystick/poswidget.cpp
→
kcms/joystick/poswidget.cpp
View file @
051bbf35
File moved
kcms/
hardware/
joystick/poswidget.h
→
kcms/joystick/poswidget.h
View file @
051bbf35
File moved
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