aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-09-02 18:53:04 -0300
committerLauro Neto <lauro.neto@openbossa.org>2010-09-02 18:56:06 -0300
commitf024b0d8840b00da4f3a703db5b22c70cf8b26ee (patch)
tree014335ea70b2c02d76fd4f4f5d92098f462aa71e /PySide
parent94a402db7b479c9f33e6501aa670c5ed0d5f10e4 (diff)
Install qpytextobject.h
Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide')
-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 64aa73f34..9d502944b 100644
--- a/PySide/QtGui/CMakeLists.txt
+++ b/PySide/QtGui/CMakeLists.txt
@@ -419,3 +419,5 @@ create_pyside_module(QtGui
"${CMAKE_CURRENT_BINARY_DIR}/typesystem_gui.xml"
QPYTEXTOBJECT_MOC)
+
+install(FILES ${pyside_SOURCE_DIR}/qpytextobject.h DESTINATION include/PySide/QtGui/)