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/QtTest/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'PySide/QtTest') diff --git a/PySide/QtTest/CMakeLists.txt b/PySide/QtTest/CMakeLists.txt index cb9e4d5c1..5fffb8e93 100644 --- a/PySide/QtTest/CMakeLists.txt +++ b/PySide/QtTest/CMakeLists.txt @@ -5,7 +5,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtTest/qtest_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtTest/qttest_module_wrapper.cpp ) -set(QtTest_typesystem_path "${CMAKE_CURRENT_BINARY_DIR}:${QtCore_SOURCE_DIR}:${QtGui_SOURCE_DIR}:${QtGui_BINARY_DIR}") +set(QtTest_typesystem_path "${QtCore_SOURCE_DIR}:${QtGui_SOURCE_DIR}") set(QtTest_include_dirs ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtTest/ ${QT_INCLUDE_DIR} @@ -25,7 +25,6 @@ set(QtTest_libraries pyside ${QT_QTCORE_LIBRARY}) set(QtTest_deps QtGui) create_pyside_module(QtTest - ${CMAKE_CURRENT_SOURCE_DIR}/typesystem_test.xml QtTest_include_dirs QtTest_libraries QtTest_deps -- cgit v1.2.3