]> git.donarmstrong.com Git - debhelper.git/commitdiff
add qmake to build systems list
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 27 Jan 2010 22:13:37 +0000 (17:13 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 27 Jan 2010 22:13:37 +0000 (17:13 -0500)
(at the end naturally)

Debian/Debhelper/Dh_Buildsystems.pm

index 0f34a2e2d24cf04293f33ebb654450badc929a2b..a14ff037a1586771b9a5b241035b53cfb45accf7 100644 (file)
@@ -26,6 +26,7 @@ our @BUILDSYSTEMS = (
        "perl_build",
        "cmake",
        "ant",
+       "qmake",
 );
 
 my $opt_buildsys;