diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:03 +0900 |
commit | f0e2cb3e0bbf5d855a6106359778bce2bd9c61bb (patch) | |
tree | 41034f48aa950385be3d5d2265062246bdcab388 /smoke/tqt/qtguess.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 <[email protected]>
Diffstat (limited to 'smoke/tqt/qtguess.pl.in')
-rw-r--r-- | smoke/tqt/qtguess.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in index 9f6d011..7174567 100644 --- a/smoke/tqt/qtguess.pl.in +++ b/smoke/tqt/qtguess.pl.in @@ -38,7 +38,7 @@ my $tmp = gettmpfile(); my $qtinc = '@qt_includes@'; my $allinc = '@all_includes@'; my $alllib = '@all_libraries@'; -my $qtflags ='@LIB_QT@'; +my $qtflags ='@LIB_TQT@'; my %x; $x{'LIBPNG'} = '@LIBPNG@'; $x{'LIBJPEG'} = '@LIBJPEG@'; |