From 4c8300f4c02110170360cc8a68bab3d85fc3cd46 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 27 Jan 2010 17:13:37 -0500 Subject: [PATCH] add qmake to build systems list (at the end naturally) --- Debian/Debhelper/Dh_Buildsystems.pm | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5