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