summaryrefslogtreecommitdiffstats
path: root/scripts/xmi2qt.pl
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-08-28 07:11:38 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-08-28 12:10:19 +0200
commitb1ed95b6672c68c518d26c8f87235d2b79aac979 (patch)
treea286a2eac0af5a7fac23c23540692d4b2dfff5cf /scripts/xmi2qt.pl
parent6b1e101afe6398472b135529436024eed8a4cd19 (diff)
Add new generation templates
Change-Id: Icb6f345e488e512a62d36d1f7c49331daa4ac7a5 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'scripts/xmi2qt.pl')
-rwxr-xr-xscripts/xmi2qt.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmi2qt.pl b/scripts/xmi2qt.pl
index 9ed092c6..921e0d1b 100755
--- a/scripts/xmi2qt.pl
+++ b/scripts/xmi2qt.pl
@@ -56,7 +56,7 @@ my $tt = Template->new(INTERPOLATE => 1, INCLUDE_PATH => 'templates/');
my $xmi = XML::XPath->new(filename => $options{i});
my $namespace = $xmi->findvalue('//uml:Package/@name');
-make_path($options{o}."/".$namespace);
+make_path($options{o}."/".$namespace."/"."internal");
{
local *STDOUT;