aboutsummaryrefslogtreecommitdiffstats
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
parentfc297baab11d0baccbc841838d4ab4700ccac0ea (diff)
Install module headers.
-rw-r--r--PySide/QtCore/CMakeLists.txt2
-rw-r--r--PySide/QtGui/CMakeLists.txt2
-rw-r--r--PySide/QtNetwork/CMakeLists.txt2
-rw-r--r--PySide/QtOpenGL/CMakeLists.txt2
-rw-r--r--PySide/QtSql/CMakeLists.txt2
-rw-r--r--PySide/QtSvg/CMakeLists.txt2
-rw-r--r--PySide/QtTest/CMakeLists.txt2
-rw-r--r--PySide/QtWebKit/CMakeLists.txt2
8 files changed, 16 insertions, 0 deletions
diff --git a/PySide/QtCore/CMakeLists.txt b/PySide/QtCore/CMakeLists.txt
index 569151508..3b8bef867 100644
--- a/PySide/QtCore/CMakeLists.txt
+++ b/PySide/QtCore/CMakeLists.txt
@@ -151,3 +151,5 @@ target_link_libraries(QtCore
# install
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtCore.so
DESTINATION ${SITE_PACKAGE}/${BINDING_NAME})
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/pyside_qtcore_python.h
+ DESTINATION include/PySide/QtCore/)
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/)
diff --git a/PySide/QtNetwork/CMakeLists.txt b/PySide/QtNetwork/CMakeLists.txt
index d52d23198..f111062ff 100644
--- a/PySide/QtNetwork/CMakeLists.txt
+++ b/PySide/QtNetwork/CMakeLists.txt
@@ -115,3 +115,5 @@ add_dependencies(QtNetwork QtCore)
# install
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtNetwork.so
DESTINATION ${SITE_PACKAGE}/PySide)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtNetwork/pyside_qtnetwork_python.h
+ DESTINATION include/PySide/QtNetwork/)
diff --git a/PySide/QtOpenGL/CMakeLists.txt b/PySide/QtOpenGL/CMakeLists.txt
index 0a7a95ccb..37bd8e35f 100644
--- a/PySide/QtOpenGL/CMakeLists.txt
+++ b/PySide/QtOpenGL/CMakeLists.txt
@@ -47,4 +47,6 @@ add_dependencies(QtOpenGL QtGui)
# install
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtOpenGL.so
DESTINATION ${SITE_PACKAGE}/PySide)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtOpenGL/pyside_qtopengl_python.h
+ DESTINATION include/PySide/QtOpenGL/)
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/)
diff --git a/PySide/QtSvg/CMakeLists.txt b/PySide/QtSvg/CMakeLists.txt
index 0d0a3152a..f653e650f 100644
--- a/PySide/QtSvg/CMakeLists.txt
+++ b/PySide/QtSvg/CMakeLists.txt
@@ -58,3 +58,5 @@ add_dependencies(QtSvg QtGui)
# install
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtSvg.so
DESTINATION ${SITE_PACKAGE}/PySide)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtSvg/pyside_qtsvg_python.h
+ DESTINATION include/PySide/QtSvg/)
diff --git a/PySide/QtTest/CMakeLists.txt b/PySide/QtTest/CMakeLists.txt
index df1e63029..dc69d5885 100644
--- a/PySide/QtTest/CMakeLists.txt
+++ b/PySide/QtTest/CMakeLists.txt
@@ -47,3 +47,5 @@ add_dependencies(QtTest QtGui)
# install
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtTest.so
DESTINATION ${SITE_PACKAGE}/PySide)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtTest/pyside_qttest_python.h
+ DESTINATION include/PySide/QtTest/)
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/)