diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:24:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:24:37 -0600 |
commit | 4e997a9c6e25689dca65a2ec573a599699ef8170 (patch) | |
tree | fdb5ecac42fb8204df9fc8c9abe1c784d4719e0e /Makefile.PL | |
parent | bfa107694b2507a7116f8856cafe4ab1375da8a9 (diff) | |
download | libtqt-perl-4e997a9c6e25689dca65a2ec573a599699ef8170.tar.gz libtqt-perl-4e997a9c6e25689dca65a2ec573a599699ef8170.zip |
Initial TQt conversion
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.PL b/Makefile.PL index fa18b9f..b84f83b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,13 +20,13 @@ my @alt; exec "./configure --help" if grep /^-?-h(elp)?$/, @ARGV; -unless ($ENV{'QTDIR'} or grep /--with-qt-dir/, @ARGV) +unless ($ENV{'TQTDIR'} or grep /--with-qt-dir/, @ARGV) { print "\n!!!!!!!!!!!! WARNING !!!!!!!!!!!!\n". - " Your QTDIR environment variable is not set and you\n". + " Your TQTDIR environment variable is not set and you\n". "did not use the '--with-qt-dir=' commandline option.\n". "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n"; - print "Nevermind, I'll try to guess Qt's location.\n"; + print "Nevermind, I'll try to guess TQt's location.\n"; sleep(6); for(@prefix) { @@ -34,7 +34,7 @@ unless ($ENV{'QTDIR'} or grep /--with-qt-dir/, @ARGV) if(-s $stdpath."/$libname") { push @alt, glob($stdpath."/$libname*"); - print "Found what looks like a Qt-3 tree in $_/lib/qt3\n"; + print "Found what looks like a TQt-3 tree in $_/lib/qt3\n"; sleep(1); } } @@ -99,7 +99,7 @@ unless ($ENV{'KDEDIR'} or grep /--prefix/, @ARGV) " Your KDEDIR environment variable is not set and you\n". "did not use the '--prefix=' commandline option.\n"; print "KDE-3 isn't required at all. However, if it's installed on your system,\n". - "it is much better to specify it's location since PerlQt uses (or build, if\n". + "it is much better to specify it's location since PerlTQt uses (or build, if\n". "it can't find it) a KDE library named smokeqt.\n"; print "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n"; sleep(5); |