From 1c9d0776d8c9a634aae4e33235450ea849423c17 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 14:19:01 +0900 Subject: qt -> tqt conversion: qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro --- PerlTQt/Makefile.PL.in | 12 ++++++------ PerlTQt/TQt.pod | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'PerlTQt') 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, in both B and +on this system in C, in both B and B format. For a complete IDE allowing RAD and visual programming, -- cgit v1.2.3