summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
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 /Makefile.PL
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 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 926f00e..87bf022 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,7 @@
use strict;
-my $libname = "libqt-mt.so";
+my $libname = "libtqt-mt.so";
my @prefix = ('/usr', '/usr/local');
my $res="";