From 8d0ae81d99aaab95bae609bd56c7692e9ccdea0b Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Mon, 22 Mar 2010 18:39:43 -0300 Subject: Install module headers. --- PySide/QtSql/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PySide/QtSql') 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/) -- cgit v1.2.3