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 Integration
Commits
4d7c210d
Commit
4d7c210d
authored
Dec 07, 2020
by
Jan Blackquill
🌈
Browse files
Add comment explaining the pkg-config file installed by IM module
parent
aa88623d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/platforminputcontextplugin/CMakeLists.txt
View file @
4d7c210d
...
...
@@ -22,6 +22,7 @@ set_target_properties(input_plugin PROPERTIES OUTPUT_NAME plasmaimplatforminputc
install
(
TARGETS input_plugin LIBRARY DESTINATION
${
KDE_INSTALL_QTPLUGINDIR
}
/platforminputcontexts
)
# we want to share this data with some other parts of Plasma; this isn't an API for anyone to use but us
install
(
DIRECTORY data/ DESTINATION
${
KDE_INSTALL_INCLUDEDIR
}
/PlasmaKeyData
)
configure_file
(
plasma-key-data.pc.in plasma-key-data.pc @ONLY
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/plasma-key-data.pc DESTINATION
${
KDE_INSTALL_LIBDIR
}
/pkgconfig
)
Jan Blackquill
🌈
@cblack
mentioned in merge request
!13 (closed)
·
Dec 08, 2020
mentioned in merge request
!13 (closed)
mentioned in merge request !13
Toggle commit list
Jan Blackquill
🌈
@cblack
mentioned in commit
29db4644
·
Jan 21, 2021
mentioned in commit
29db4644
mentioned in commit 29db464487c1fb04529f5aa385ae2b4c76f521e3
Toggle commit list
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