From ae6c3bfd9e0a72d06dddbf301f1e071ec2ba2bf9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 1 Jan 2012 18:31:41 -0600 Subject: Fix PRERETTQ --- PerlTQt/Makefile.PL.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PerlTQt') 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 -- cgit v1.2.1