aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtSvg
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-06-21 15:21:25 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-06-21 16:10:40 -0300
commite323cd90f7922ffa8d0121b87c3a00c6706e0dd0 (patch)
tree921d3a0434df77d4340cdfb8f87f098ceb56c47c /PySide/QtSvg
parent143946435835163d750b08982a906834a575fa64 (diff)
PySide now installs its type system files.
The pyside.pc file now has a "typesystemdir" variable pointing to the directory where the type system files are installed. Example usage: pkg-config pyside --variable=typesystemdir Also set the "PYSIDE_TYPESYSTEMS" CMake variable on libpyside/PySideConfig.cmake.in to point to the same path of pkg-config's "typesystemdir". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide/QtSvg')
-rw-r--r--PySide/QtSvg/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/PySide/QtSvg/CMakeLists.txt b/PySide/QtSvg/CMakeLists.txt
index 42129c7c3..631131a29 100644
--- a/PySide/QtSvg/CMakeLists.txt
+++ b/PySide/QtSvg/CMakeLists.txt
@@ -61,3 +61,6 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtSvg${CMAKE_DEBUG_POSTFIX}.so
DESTINATION ${SITE_PACKAGE}/PySide)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtSvg/pyside_qtsvg_python.h
DESTINATION include/PySide/QtSvg/)
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/typesystem_svg.xml
+ DESTINATION share/PySide/typesystems)
+