[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)



On Mon, Sep 11, 2017 at 09:45:19AM +0200, Andreas Tille wrote:
> diff --git a/debian/rules b/debian/rules
> index e52b82f..75d1955 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
>         dh $@
>  
>  override_dh_auto_configure:
> -       qmake-qt4
> +       qmake
>         # did not found a better way to push hardening flags into Makefile
>         sed -i -e "s:CFLAGS *= .*:& $(CFLAGS):" \
>                -e "s:CXXFLAGS *= .*:& $(CXXFLAGS):" \
That's not enough, you also need
export QT_SELECT=qt5

After that you'll get better errors (the first one being "QPushButton: No
such file or directory").

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature


Reply to: