diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 19:41:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 19:41:15 -0600 |
commit | ae3f95170046f4f2456daa046c826c036cd2a8f4 (patch) | |
tree | 5b61f06d29608da23bd9f93e04ef1390ee661204 /Makefile.PL | |
parent | 79dd73b042edd81edb5e030459a43777ffa980bf (diff) | |
download | libtqt-perl-ae3f95170046f4f2456daa046c826c036cd2a8f4.tar.gz libtqt-perl-ae3f95170046f4f2456daa046c826c036cd2a8f4.zip |
Use smoketqt
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index b84f83b..87e65b3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -100,7 +100,7 @@ unless ($ENV{'KDEDIR'} or grep /--prefix/, @ARGV) "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 PerlTQt uses (or build, if\n". - "it can't find it) a KDE library named smokeqt.\n"; + "it can't find it) a KDE library named smoketqt.\n"; print "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n"; sleep(5); } |