summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-01-27 17:13:37 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-01-27 17:13:37 -0500
commit4c8300f4c02110170360cc8a68bab3d85fc3cd46 (patch)
tree324b68c8b3a437c24094347b06087a1711afdfba /Debian
parentc7cc73a586743aa6b523e1d4ccbef59c65dc68c3 (diff)
add qmake to build systems list
(at the end naturally)
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index 0f34a2e2..a14ff037 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;