aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
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/QtGui
parentfc297baab11d0baccbc841838d4ab4700ccac0ea (diff)
Install module headers.
Diffstat (limited to 'PySide/QtGui')
-rw-r--r--PySide/QtGui/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/PySide/QtGui/CMakeLists.txt b/PySide/QtGui/CMakeLists.txt
index 0dc3b781c..ea181abb2 100644
--- a/PySide/QtGui/CMakeLists.txt
+++ b/PySide/QtGui/CMakeLists.txt
@@ -479,3 +479,5 @@ add_dependencies(QtGui QtCore)
# install
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtGui.so DESTINATION "${SITE_PACKAGE}/PySide")
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtGui/pyside_qtgui_python.h
+ DESTINATION include/PySide/QtGui/)