aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/typesystem_gui.xml.in
diff options
context:
space:
mode:
authorrenato <renato.filho@openbossa.org>2010-04-16 16:14:03 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-04-22 14:47:17 -0300
commit3468ba1efffc17f532ca69007602e87f19245304 (patch)
tree658290e3cf82e16539fd34b9a834af7c8ac2eaa1 /PySide/QtGui/typesystem_gui.xml.in
parentde4a1a10b01f54ce03bc484f04f4294ba8b4d314 (diff)
Implemented module QtMaemo5.
Create unittest for module. Fixed generetion of typesystem_gui.xml based on detected system. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide/QtGui/typesystem_gui.xml.in')
-rw-r--r--PySide/QtGui/typesystem_gui.xml.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/PySide/QtGui/typesystem_gui.xml.in b/PySide/QtGui/typesystem_gui.xml.in
index 8ef52b10f..2dc967626 100644
--- a/PySide/QtGui/typesystem_gui.xml.in
+++ b/PySide/QtGui/typesystem_gui.xml.in
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<typesystem package="PySide.QtGui">
<load-typesystem name="typesystem_core.xml" generate="no"/>
- <!-- TODO: Replace x11 for a proper variable which identifies the current platform -->
- <load-typesystem name="typesystem_gui_x11.xml" generate="yes"/>
+ <load-typesystem name="typesystem_gui_@MODULE_NAME@.xml" generate="yes"/>
</typesystem>