aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtWebKit
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-22 18:39:43 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-03-23 11:37:42 -0300
commit8d0ae81d99aaab95bae609bd56c7692e9ccdea0b (patch)
tree7dd49c1a01f59a858e5c96a058c8451f43a0f450 /PySide/QtWebKit
parentfc297baab11d0baccbc841838d4ab4700ccac0ea (diff)
Install module headers.
Diffstat (limited to 'PySide/QtWebKit')
-rw-r--r--PySide/QtWebKit/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/PySide/QtWebKit/CMakeLists.txt b/PySide/QtWebKit/CMakeLists.txt
index ab1ca5bd2..8e1e34592 100644
--- a/PySide/QtWebKit/CMakeLists.txt
+++ b/PySide/QtWebKit/CMakeLists.txt
@@ -75,3 +75,5 @@ add_dependencies(QtWebKit QtNetwork)
# install
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtWebKit.so
DESTINATION ${SITE_PACKAGE}/PySide)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtWebKit/pyside_qtwebkit_python.h
+ DESTINATION include/PySide/QtWebKit/)