Control: tags -1 + patch Dear maintainer,
Qt5 is already supported and can be easily enabled with the attached patch (which also fixes #886193). Kind regards, Reiner
diff -Nru codequery-0.21.1+dfsg1/debian/control codequery-0.21.1+dfsg1/debian/control
--- codequery-0.21.1+dfsg1/debian/control 2018-10-31 07:51:35.000000000 +0100
+++ codequery-0.21.1+dfsg1/debian/control 2019-08-24 20:27:14.000000000 +0200
@@ -5,8 +5,10 @@
Build-Depends: debhelper (>= 11),
asciidoc,
cmake,
- libqscintilla2-dev,
+ libqscintilla2-qt5-dev,
libsqlite3-dev,
+ qtbase5-dev,
+ qttools5-dev,
xmlto,
Standards-Version: 4.2.1
Homepage: https://github.com/ruben2020/codequery
diff -Nru codequery-0.21.1+dfsg1/debian/rules codequery-0.21.1+dfsg1/debian/rules
--- codequery-0.21.1+dfsg1/debian/rules 2018-10-31 07:47:54.000000000 +0100
+++ codequery-0.21.1+dfsg1/debian/rules 2019-08-24 20:27:14.000000000 +0200
@@ -11,7 +11,7 @@
override_dh_auto_configure:
cat debian/*manpages | sed 's/$$/.txt/p' | xargs -n 1 a2x --attribute=footer-style=none --doctype manpage --format manpage
perl -pi -e 's/build/obj-$(DEB_HOST_GNU_TYPE)/' gui/codequery.qrc
- dh_auto_configure
+ dh_auto_configure -- -DBUILD_QT5=YES
override_dh_clean:
dh_clean
signature.asc
Description: PGP signature

