summaryrefslogtreecommitdiffstats
path: root/PerlTQt
diff options
context:
space:
mode:
Diffstat (limited to 'PerlTQt')
-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 e4009db..7746d30 100644
--- a/PerlTQt/Makefile.PL.in
+++ b/PerlTQt/Makefile.PL.in
@@ -83,7 +83,7 @@ my $localsmoke = File::Spec->catdir($abs_topdir,"smoke","qt",".libs");
WriteMakefile(
'NAME' => 'TQt',
'VERSION_FROM' => 'TQt.pm', # finds $VERSION
- 'PRERETTQ_PM' => {}, # e.g., Module::Name => 1.1,
+ 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1,
'INC' => '@all_includes@ -I. -I../smoke',
'LIBS' => ['@all_libraries@'." -L$localsmoke -lsmokeqt ".'@LIBCRYPT@'." $qtlib"],
# 'XS' => {'TQt.xs' => 'TQt.cpp'}, # does not work ... still expects TQt.c