summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem/qmake_qt4.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Debian/Debhelper/Buildsystem/qmake_qt4.pm')
-rw-r--r--Debian/Debhelper/Buildsystem/qmake_qt4.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/qmake_qt4.pm b/Debian/Debhelper/Buildsystem/qmake_qt4.pm
index 1cac5f0f..d5bac585 100644
--- a/Debian/Debhelper/Buildsystem/qmake_qt4.pm
+++ b/Debian/Debhelper/Buildsystem/qmake_qt4.pm
@@ -10,7 +10,7 @@ sub DESCRIPTION {
}
sub configure {
- my $this=shift;
+ my $this=shift;
$Debian::Debhelper::Buildsystem::qmake::qmake="qmake-qt4";
$this->SUPER::configure(@_);
}