aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtMaemo5
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/QtMaemo5
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/QtMaemo5')
-rw-r--r--PySide/QtMaemo5/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/PySide/QtMaemo5/CMakeLists.txt b/PySide/QtMaemo5/CMakeLists.txt
index 9251cc365..4590e40db 100644
--- a/PySide/QtMaemo5/CMakeLists.txt
+++ b/PySide/QtMaemo5/CMakeLists.txt
@@ -51,7 +51,8 @@ add_dependencies(QtMaemo5 QtGui)
# install
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtMaemo5${CMAKE_DEBUG_POSTFIX}.so
DESTINATION ${SITE_PACKAGE}/${BINDING_NAME})
-
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtMaemo5/pyside_qtmaemo5_python.h
DESTINATION include/${BINDING_NAME}/QtMaemo5/)
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/typesystem_maemo5.xml
+ DESTINATION share/PySide/typesystems)