From: Debian Qt/KDE Maintainers Date: Mon, 24 Jan 2022 10:55:59 +0000 (+0000) Subject: _configure_quilt_compat X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-11+rpi1+deb9u3^2~40 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f7e03274cd1be56f0acb4801442d9e1b4349424a;p=qt4-x11.git _configure_quilt_compat Avoid '.pc' directories created by quilt. It breaks qmake projects search. Gbp-Pq: Name 08_configure_quilt_compat.diff --- diff --git a/configure b/configure index 7e3570b9e..2b3127da6 100755 --- a/configure +++ b/configure @@ -9235,7 +9235,7 @@ fi # .projects.3 -> the rest rm -f .projects .projects.1 .projects.2 .projects.3 -QMAKE_PROJECTS=`find "$relpath/." -name '*.pro' -print | sed 's-/\./-/-'` +QMAKE_PROJECTS=`find "$relpath/." -name '.pc' -prune -o -name '*.pro' -print | sed 's-/\./-/-'` if [ -z "$AWK" ]; then for p in `echo $QMAKE_PROJECTS`; do echo "$p" >> .projects