From df834e5bb1bc29f8b7b82b828a5824be7266965c Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Wed, 25 Aug 2010 17:07:53 -0300 Subject: Updated Declarative typesystem. Reviewer: Luciano Wolf Hugo Parente Lima --- PySide/QtDeclarative/CMakeLists.txt | 1 + PySide/QtDeclarative/typesystem_declarative.xml | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'PySide') diff --git a/PySide/QtDeclarative/CMakeLists.txt b/PySide/QtDeclarative/CMakeLists.txt index fc3810382..940f4d1d3 100644 --- a/PySide/QtDeclarative/CMakeLists.txt +++ b/PySide/QtDeclarative/CMakeLists.txt @@ -6,6 +6,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtDeclarative/qdeclarativecontext_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtDeclarative/qdeclarativeengine_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtDeclarative/qdeclarativeerror_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtDeclarative/qdeclarativeexpression_wrapper.cpp +${CMAKE_CURRENT_BINARY_DIR}/PySide/QtDeclarative/qdeclarativeextensioninterface_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtDeclarative/qdeclarativeextensionplugin_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtDeclarative/qdeclarativeimageprovider_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtDeclarative/qdeclarativeitem_wrapper.cpp diff --git a/PySide/QtDeclarative/typesystem_declarative.xml b/PySide/QtDeclarative/typesystem_declarative.xml index 30786e270..7a80e4866 100644 --- a/PySide/QtDeclarative/typesystem_declarative.xml +++ b/PySide/QtDeclarative/typesystem_declarative.xml @@ -4,6 +4,8 @@ + + @@ -18,12 +20,19 @@ + - + + + + + + + -- cgit v1.2.3