summaryrefslogtreecommitdiffstats
path: root/PerlTQt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:19:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:19:01 +0900
commit1c9d0776d8c9a634aae4e33235450ea849423c17 (patch)
tree9b83babdec5b59c9ab29a0df97b7e33f9b267729 /PerlTQt
parentc971f4e352fb3ecb01ec43430df8b5648df0eac9 (diff)
downloadlibtqt-perl-1c9d0776d8c9a634aae4e33235450ea849423c17.tar.gz
libtqt-perl-1c9d0776d8c9a634aae4e33235450ea849423c17.zip
qt -> tqt conversion:
qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'PerlTQt')
-rw-r--r--PerlTQt/Makefile.PL.in12
-rw-r--r--PerlTQt/TQt.pod2
2 files changed, 7 insertions, 7 deletions
diff --git a/PerlTQt/Makefile.PL.in b/PerlTQt/Makefile.PL.in
index efa6618..ea2dd0c 100644
--- a/PerlTQt/Makefile.PL.in
+++ b/PerlTQt/Makefile.PL.in
@@ -22,9 +22,9 @@ $x{'X_PRE_LIBS'} = '@X_PRE_LIBS@';
interpolate('LIB_X11', 'exec_prefix', 'libdir', 'datadir');
my $objects='TQt$(OBJ_EXT) handlers$(OBJ_EXT)';
-my $qtlib ='@LIB_TQT@';
+my $tqtlib ='@LIB_TQT@';
-interpolate(\$qtlib);
+interpolate(\$tqtlib);
my $rpath='@USE_RPATH@';
@@ -40,7 +40,7 @@ if($^O =~ /solaris/i && $cxx eq 'CC') {
/^build_old_libs=yes/ && $only_static++;
}
# ...then add the C++ runtime lib
- $qtlib .= ' -lCrun' if($only_static == 2);
+ $tqtlib .= ' -lCrun' if($only_static == 2);
}
my $libtool = File::Spec->catfile( $topdir, "libtool" );
@@ -85,7 +85,7 @@ WriteMakefile(
'VERSION_FROM' => 'TQt.pm', # finds $VERSION
'PREREQ_PM' => {}, # e.g., Module::Name => 1.1,
'INC' => '@all_includes@ -I. -I../smoke',
- 'LIBS' => ['@all_libraries@'." -L$localsmoke -lsmoketqt ".'@LIBCRYPT@'." $qtlib"],
+ 'LIBS' => ['@all_libraries@'." -L$localsmoke -lsmoketqt ".'@LIBCRYPT@'." $tqtlib"],
# 'XS' => {'TQt.xs' => 'TQt.cpp'}, # does not work ... still expects TQt.c
'XSOPT' => "-C++",
'OBJECT' => "$objects", # Object files
@@ -132,7 +132,7 @@ sub MY::install {
package MY;
my $i = shift->SUPER::install(@_);
my $lng = $ENV{LANG};
- my $doc_dir = "/usr/share/doc/libqt-perl/tutorial";
+ my $doc_dir = "/usr/share/doc/libtqt-perl/tutorial";
my $src= File::Spec->catdir(File::Spec->updir, "doc");
my $found = 0;
# for my $l( split(":", $lng) )
@@ -151,7 +151,7 @@ sub MY::install {
$i .= "\ninstall_my_perlqt_doc:\n".
"\t\@echo Installing documentation in ${doc_dir}\n".
"\t\@$^X -MExtUtils::Install -MConfig -e \\\n".
- "\t\t'install({ \"$src\" => \"\$(PREFIX)/share/doc/libqt-perl/tutorial\" },0,0)' \$(DEV_NULL)\n";
+ "\t\t'install({ \"$src\" => \"\$(PREFIX)/share/doc/libtqt-perl/tutorial\" },0,0)' \$(DEV_NULL)\n";
$doc_dir_glob = $doc_dir;
$i;
}
diff --git a/PerlTQt/TQt.pod b/PerlTQt/TQt.pod
index 2feceeb..45fcec9 100644
--- a/PerlTQt/TQt.pod
+++ b/PerlTQt/TQt.pod
@@ -29,7 +29,7 @@ This is where anyone new to PerlTQt
should start.
The tutorial has been originally installed
-on this system in C</usr/share/doc/libqt-perl/tutorial>, in both B<POD> and
+on this system in C</usr/share/doc/libtqt-perl/tutorial>, in both B<POD> and
B<HTML> format.
For a complete IDE allowing RAD and visual programming,