Re: Bug#1057359: qmake: use qmake6 when QT_SELECT=qt6
Alexandre Detiste <[email protected]>
| Newsgroups | gmane.linux.debian.devel.games |
|---|---|
| Message-ID | <CADsTwjLJjBzX-bVLeRJnmJg+6C74vydJR6jHh5XD==aNEb52Eg@mail.gmail.com> |
Thanks you It did the work for one game but I'm now stuck further with two other games: qmake6 complains it can't parse the parameters it get and install newer qmake6 from experimental remove other needed stuff. I want to give it a try to build this with the new debputy, and see what it takes to get it working. deputy is a new debhelper remake / replacement. I think these games are good candidates because they will likely never need a backport to bookworm. The games: - xaos: ok - hexalate: ko - icebreaker: ko - peg-e: ko Le lun. 4 déc. 2023 à 10:58, Salvo Tomaselli <[email protected]> a écrit : > > I use this in my rules when using qt6 > > > %: > dh $@ > > override_dh_auto_configure: > ln -s /usr/bin/qmake6 ./qmake > PATH=`pwd`:$(PATH) dh_auto_configure > > override_dh_auto_clean: > $(RM) qmake > dh_auto_clean