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/QtMaemo5/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'PySide/QtMaemo5') diff --git a/PySide/QtMaemo5/CMakeLists.txt b/PySide/QtMaemo5/CMakeLists.txt index 4eb236405..74eaabda7 100644 --- a/PySide/QtMaemo5/CMakeLists.txt +++ b/PySide/QtMaemo5/CMakeLists.txt @@ -11,7 +11,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/${BINDING_NAME}/QtMaemo5/qmaemo5valuebutton_wrapper. ${CMAKE_CURRENT_BINARY_DIR}/${BINDING_NAME}/QtMaemo5/qtmaemo5_module_wrapper.cpp ) -set(QtMaemo5_typesystem_path "${CMAKE_CURRENT_BINARY_DIR}:${QtCore_SOURCE_DIR}:${QtGui_BINARY_DIR}:${QtGui_SOURCE_DIR}:${QtMaemo5_SOURCE_DIR}") +set(QtMaemo5_typesystem_path "${QtCore_SOURCE_DIR}:${QtGui_SOURCE_DIR}:${QtMaemo5_SOURCE_DIR}") # QT_QTMAEMO5_* variables are not defined by CMake if(NOT QT_QTMAEMO5_INCLUDE_DIR) @@ -41,7 +41,6 @@ set(QtMaemo5_libraries pyside set(QtMaemo5_deps QtGui) create_pyside_module(QtMaemo5 - ${CMAKE_CURRENT_SOURCE_DIR}/typesystem_maemo5.xml QtMaemo5_include_dirs QtMaemo5_libraries QtMaemo5_deps -- cgit v1.2.3