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
PyKDE 4
Commits
84139e52
Commit
84139e52
authored
Aug 14, 2014
by
Rex Dieter
Browse files
install pykde_config.sip too
BUG: 338137 REVIEW: 119679
parent
daeb7145
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
84139e52
...
...
@@ -251,6 +251,7 @@ python_install(__init__.py ${PYTHON_SITE_PACKAGES_INSTALL_DIR}/PyKDE4)
# Install the .sip files for anyone that wants to build bindings on top of PyKDE4.
# (Don't forget the / at the end of sip/.)
install
(
FILES
${
CMAKE_BINARY_DIR
}
/pykde_config.sip DESTINATION
${
SIP_FILES_INSTALL_DIR
}
/PyKDE4/
)
install
(
DIRECTORY sip/ DESTINATION
${
SIP_FILES_INSTALL_DIR
}
/PyKDE4
PATTERN
"*~"
EXCLUDE
# This sucks, why can't I just whitelist what I _do_ want?
PATTERN
".svn"
EXCLUDE
...
...
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