]> git.donarmstrong.com Git - debhelper.git/commit
Now the QT4 version of qmake can be explicitly selected by passing --buildsystem...
authorJoey Hess <joey@kitenet.net>
Sun, 17 Jul 2011 02:11:02 +0000 (22:11 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 17 Jul 2011 02:11:11 +0000 (22:11 -0400)
commit73c921d8e22c0d5d0894f321cd5b22ec9d6dab01
treebfff752aecd672f063bcc6187b62981a2f0858fd
parent3c64646fe484cc9bbb643feaa3b85eb69985cff7
Now the QT4 version of qmake can be explicitly selected by passing --buildsystem=qmake_qt4. Closes: #566840

There is that build system option patch that I suckily never applied,
and could be used here.. but this is at its core a different build system,
and so handling it as such makes the most sense.

It may make sense to have a qmake_qt3 build system, but perhaps QT 3
will instead just go away. I considered just waiting, but this is an easy
fix. ;)
Debian/Debhelper/Buildsystem/qmake.pm
Debian/Debhelper/Buildsystem/qmake_qt4.pm [new file with mode: 0644]
Debian/Debhelper/Dh_Buildsystems.pm
debian/changelog