diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:03 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:03 +0900 |
commit | f0e2cb3e0bbf5d855a6106359778bce2bd9c61bb (patch) | |
tree | 41034f48aa950385be3d5d2265062246bdcab388 /PerlTQt/Makefile.PL.in | |
parent | 9ca495bd2717a0d0653cdd227b2682ac4fc0cd9c (diff) | |
download | libtqt-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.in | 2 |
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); |