aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
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/QtGui
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/QtGui')
-rw-r--r--PySide/QtGui/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/PySide/QtGui/CMakeLists.txt b/PySide/QtGui/CMakeLists.txt
index e9f44d784..db0fd9e49 100644
--- a/PySide/QtGui/CMakeLists.txt
+++ b/PySide/QtGui/CMakeLists.txt
@@ -494,3 +494,10 @@ add_dependencies(QtGui QtCore)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtGui${CMAKE_DEBUG_POSTFIX}.so DESTINATION "${SITE_PACKAGE}/PySide")
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtGui/pyside_qtgui_python.h
DESTINATION include/PySide/QtGui/)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/typesystem_gui.xml
+ ${CMAKE_CURRENT_SOURCE_DIR}/typesystem_gui_common.xml
+ ${CMAKE_CURRENT_SOURCE_DIR}/typesystem_gui_mac.xml
+ ${CMAKE_CURRENT_SOURCE_DIR}/typesystem_gui_maemo.xml
+ ${CMAKE_CURRENT_SOURCE_DIR}/typesystem_gui_x11.xml
+ DESTINATION share/PySide/typesystems)
+