aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtTest
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/QtTest
parentfc297baab11d0baccbc841838d4ab4700ccac0ea (diff)
Install module headers.
Diffstat (limited to 'PySide/QtTest')
-rw-r--r--PySide/QtTest/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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/)