summaryrefslogtreecommitdiffstats
path: root/PerlTQt/Makefile.PL.in
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-10-18 22:45:41 +0900
committerMichele Calgaro <[email protected]>2018-10-21 19:17:26 +0900
commit10ee12b66a226f890b423ab711e17efd04bd2f70 (patch)
tree64d998718597a805203696291a935c0d9672682e /PerlTQt/Makefile.PL.in
parent3144af3574cf5c78b414ab7ce2efb5dacf2549b3 (diff)
downloadlibtqt-perl-10ee12b66a226f890b423ab711e17efd04bd2f70.tar.gz
libtqt-perl-10ee12b66a226f890b423ab711e17efd04bd2f70.zip
Moved to /usr folder instead of /opt/trinity. This relates to bug 266.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'PerlTQt/Makefile.PL.in')
-rw-r--r--PerlTQt/Makefile.PL.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/PerlTQt/Makefile.PL.in b/PerlTQt/Makefile.PL.in
index ea2dd0c..c46d8c5 100644
--- a/PerlTQt/Makefile.PL.in
+++ b/PerlTQt/Makefile.PL.in
@@ -56,7 +56,7 @@ $rpath = $rpath eq "yes" ?
)
) : "";
-my @scripts = ("bin/pqtsh", "bin/pqtapi");
+my @scripts = ("bin/ptqtsh", "bin/ptqtapi");
my $cxxflags = '@CXXFLAGS@';
$cxxflags =~ s/ -pedantic / /g;
@@ -96,7 +96,7 @@ WriteMakefile(
) : ()),
'INST_BIN' => './bin',
'DEFINE' => $cxxflags,
- 'H' => ["marshall.h", "perlqt.h", "smokeperl.h"],
+ 'H' => ["marshall.h", "perltqt.h", "smokeperl.h"],
'ABSTRACT' => "An OO interface to Trolltech's TQt toolkit",
'dynamic_lib' => {'OTHERLDFLAGS' => $rpath},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
@@ -191,11 +191,11 @@ Instead, it provides two introspection tools
=over 4
-=item * pqtapi:
+=item * ptqtapi:
a command line PerlTQt API introspector
-=item * pqtsh:
+=item * ptqtsh:
a graphical PerlTQt shell
@@ -211,7 +211,7 @@ on this system in C<$doc_dir_glob>, in both B<POD> and
B<HTML> format.
For a complete IDE allowing RAD and visual programming,
-check the pqt-designer package.
+check the ptqt-designer package.
--- The PerlTQt team