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
Bluedevil
Commits
8dfcd469
Commit
8dfcd469
authored
Feb 17, 2022
by
Laurent Montel
Browse files
install plugins in kf<version>
parent
fad0578a
Pipeline
#139162
passed with stage
in 1 minute
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kded/CMakeLists.txt
View file @
8dfcd469
...
...
@@ -19,7 +19,7 @@ ki18n_wrap_ui(kded_bluedevil_SRCS
kconfig_add_kcfg_files
(
kded_bluedevil_SRCS GENERATE_MOC ../settings/filereceiversettings.kcfgc
)
kcoreaddons_add_plugin
(
kded_bluedevil INSTALL_NAMESPACE
"kf
5
/kded"
JSON bluedevil.json SOURCES
${
kded_bluedevil_SRCS
}
)
kcoreaddons_add_plugin
(
kded_bluedevil INSTALL_NAMESPACE
"kf
${
QT_MAJOR_VERSION
}
/kded"
JSON bluedevil.json SOURCES
${
kded_bluedevil_SRCS
}
)
set_target_properties
(
kded_bluedevil PROPERTIES OUTPUT_NAME bluedevil
)
target_link_libraries
(
kded_bluedevil
...
...
src/kio/bluetooth/CMakeLists.txt
View file @
8dfcd469
...
...
@@ -23,5 +23,5 @@ target_include_directories(kio_bluetooth
PUBLIC $<TARGET_PROPERTY:KF5::BluezQt,INTERFACE_INCLUDE_DIRECTORIES>
)
########### install files ###############
install
(
TARGETS kio_bluetooth DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/kf
5
/kio
)
install
(
TARGETS kio_bluetooth DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/kf
${
QT_MAJOR_VERSION
}
/kio
)
install
(
FILES bluetooth-network.desktop DESTINATION
${
KDE_INSTALL_DATADIR
}
/remoteview
)
src/kio/obexftp/CMakeLists.txt
View file @
8dfcd469
...
...
@@ -19,4 +19,4 @@ target_link_libraries(kio_obexftp
Qt::Network
)
install
(
TARGETS kio_obexftp DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/kf
5
/kio
)
install
(
TARGETS kio_obexftp DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/kf
${
QT_MAJOR_VERSION
}
/kio
)
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