summaryrefslogtreecommitdiffstats
path: root/PerlTQt/Makefile.PL.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:03 +0900
commitf0e2cb3e0bbf5d855a6106359778bce2bd9c61bb (patch)
tree41034f48aa950385be3d5d2265062246bdcab388 /PerlTQt/Makefile.PL.in
parent9ca495bd2717a0d0653cdd227b2682ac4fc0cd9c (diff)
downloadlibtqt-perl-f0e2cb3e0bbf5d855a6106359778bce2bd9c61bb.tar.gz
libtqt-perl-f0e2cb3e0bbf5d855a6106359778bce2bd9c61bb.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'PerlTQt/Makefile.PL.in')
-rw-r--r--PerlTQt/Makefile.PL.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/PerlTQt/Makefile.PL.in b/PerlTQt/Makefile.PL.in
index d1867d5..efa6618 100644
--- a/PerlTQt/Makefile.PL.in
+++ b/PerlTQt/Makefile.PL.in
@@ -22,7 +22,7 @@ $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_QT@';
+my $qtlib ='@LIB_TQT@';
interpolate(\$qtlib);