summaryrefslogtreecommitdiffstats
path: root/PerlQt/Makefile.PL.in
diff options
context:
space:
mode:
Diffstat (limited to 'PerlQt/Makefile.PL.in')
-rw-r--r--PerlQt/Makefile.PL.in30
1 files changed, 15 insertions, 15 deletions
diff --git a/PerlQt/Makefile.PL.in b/PerlQt/Makefile.PL.in
index e848160..e4009db 100644
--- a/PerlQt/Makefile.PL.in
+++ b/PerlQt/Makefile.PL.in
@@ -21,7 +21,7 @@ $x{'X_PRE_LIBS'} = '@X_PRE_LIBS@';
interpolate('LIB_X11', 'exec_prefix', 'libdir', 'datadir');
-my $objects='Qt$(OBJ_EXT) handlers$(OBJ_EXT)';
+my $objects='TQt$(OBJ_EXT) handlers$(OBJ_EXT)';
my $qtlib ='@LIB_QT@';
interpolate(\$qtlib);
@@ -81,12 +81,12 @@ my $localsmoke = File::Spec->catdir($abs_topdir,"smoke","qt",".libs");
# the contents of the Makefile that is written.
WriteMakefile(
- 'NAME' => 'Qt',
- 'VERSION_FROM' => 'Qt.pm', # finds $VERSION
- 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1,
+ 'NAME' => 'TQt',
+ 'VERSION_FROM' => 'TQt.pm', # finds $VERSION
+ 'PRERETTQ_PM' => {}, # e.g., Module::Name => 1.1,
'INC' => '@all_includes@ -I. -I../smoke',
'LIBS' => ['@all_libraries@'." -L$localsmoke -lsmokeqt ".'@LIBCRYPT@'." $qtlib"],
-# 'XS' => {'Qt.xs' => 'Qt.cpp'}, # does not work ... still expects Qt.c
+# 'XS' => {'TQt.xs' => 'TQt.cpp'}, # does not work ... still expects TQt.c
'XSOPT' => "-C++",
'OBJECT' => "$objects", # Object files
'CC' => '@CXX@',
@@ -97,7 +97,7 @@ WriteMakefile(
'INST_BIN' => './bin',
'DEFINE' => $cxxflags,
'H' => ["marshall.h", "perlqt.h", "smokeperl.h"],
- 'ABSTRACT' => "An OO interface to Trolltech's Qt toolkit",
+ 'ABSTRACT' => "An OO interface to Trolltech's TQt toolkit",
'dynamic_lib' => {'OTHERLDFLAGS' => $rpath},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(
@@ -174,16 +174,16 @@ for my $s( @scripts )
chmod 0755, $s;
}
-open(IN, ">Qt.pod") or die "couldn't write Qt.pod: $!\n";
+open(IN, ">TQt.pod") or die "couldn't write TQt.pod: $!\n";
print IN <<STOP;
=head1 NAME
-PerlQt - Perl interface to the Qt GUI Widget toolkit
+PerlTQt - Perl interface to the TQt GUI Widget toolkit
-=head1 Qt
+=head1 TQt
-Given the huge size of the Qt module
+Given the huge size of the TQt module
(more than 400 classes and 13000 methods)
it doesn't have any formal documentation.
@@ -193,17 +193,17 @@ Instead, it provides two introspection tools
=item * pqtapi:
-a command line PerlQt API introspector
+a command line PerlTQt API introspector
=item * pqtsh:
-a graphical PerlQt shell
+a graphical PerlTQt shell
=back
and a detailed B<tutorial> with comprehensive
explanations.
-This is where anyone new to PerlQt
+This is where anyone new to PerlTQt
should start.
The tutorial has been originally installed
@@ -213,9 +213,9 @@ B<HTML> format.
For a complete IDE allowing RAD and visual programming,
check the pqt-designer package.
---- The PerlQt team
+--- The PerlTQt team
-http://perlqt.sf.net - PerlQt Project Homepage
+http://perlqt.sf.net - PerlTQt Project Homepage
=cut
STOP