From 36a73c0ecd1d1a71a331663697e485e2fbece8b0 Mon Sep 17 00:00:00 2001 From: Lauro Neto Date: Tue, 31 Aug 2010 18:13:20 -0300 Subject: Also install the typesystem used during generation. Installs the typesystem fed to the generator. This fixes the install of modules like QtGui, with run-time generated typesystems. Reviewer: Hugo Lima Reviewer: Renato Filho --- PySide/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PySide/CMakeLists.txt') diff --git a/PySide/CMakeLists.txt b/PySide/CMakeLists.txt index 09dd144ca..edd3b44f1 100644 --- a/PySide/CMakeLists.txt +++ b/PySide/CMakeLists.txt @@ -48,7 +48,7 @@ macro(create_pyside_module module_name module_include_dir module_libraries modul string(TOLOWER ${module_name} lower_module_name) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PySide/${module_name}/pyside_${lower_module_name}_python.h DESTINATION include/PySide/${module_name}/) - file(GLOB typesystem_files ${CMAKE_CURRENT_SOURCE_DIR}/typesystem_*.xml) + file(GLOB typesystem_files ${CMAKE_CURRENT_SOURCE_DIR}/typesystem_*.xml ${typesystem_path}) install(FILES ${typesystem_files} DESTINATION share/PySide/typesystems) endmacro() -- cgit v1.2.3