From: Joey Hess Date: Wed, 27 Jan 2010 22:13:37 +0000 (-0500) Subject: add qmake to build systems list X-Git-Tag: 7.4.12~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4c8300f4c02110170360cc8a68bab3d85fc3cd46;p=debhelper.git add qmake to build systems list (at the end naturally) --- diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm index 0f34a2e..a14ff03 100644 --- a/Debian/Debhelper/Dh_Buildsystems.pm +++ b/Debian/Debhelper/Dh_Buildsystems.pm @@ -26,6 +26,7 @@ our @BUILDSYSTEMS = ( "perl_build", "cmake", "ant", + "qmake", ); my $opt_buildsys;