From d53f699751047b18e7c729de3cdcc7eb45b32dd1 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Mon, 16 Aug 2010 21:59:45 -0400 Subject: Simplify handling of typesystems for multiple OSes * Factor out install() commands into PySide/CMakeLists.txt * Drop typesystem__common.xml and typesystem_.xml.in, and make typesystem__.xml (if exists) include typesystem_.xml (which holds common data) Reviewed-by: Luciano Wolf Reviewed-by: Hugo Parente Lima --- PySide/QtScript/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'PySide/QtScript') diff --git a/PySide/QtScript/CMakeLists.txt b/PySide/QtScript/CMakeLists.txt index d9e8264a8..87f7e066d 100644 --- a/PySide/QtScript/CMakeLists.txt +++ b/PySide/QtScript/CMakeLists.txt @@ -25,7 +25,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtScript/qscriptvalueiterator_wrapper.cpp ${QtScript_46_SRC} ) -set(QtScript_typesystem_path "${CMAKE_CURRENT_BINARY_DIR}:${QtCore_SOURCE_DIR}") +set(QtScript_typesystem_path "${QtCore_SOURCE_DIR}") set(QtScript_include_dirs ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtScript ${QT_INCLUDE_DIR} @@ -41,7 +41,6 @@ set(QtScript_libraries pyside ${QT_QTSCRIPT_LIBRARY}) set(QtScript_deps QtCore) create_pyside_module(QtScript - ${CMAKE_CURRENT_SOURCE_DIR}/typesystem_script.xml QtScript_include_dirs QtScript_libraries QtScript_deps -- cgit v1.2.3