projects
/
qt4-x11.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c80c714
)
_configure_quilt_compat
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Tue, 22 Aug 2023 13:42:24 +0000
(14:42 +0100)
committer
Roberto C. Sánchez
<roberto@debian.org>
Tue, 22 Aug 2023 13:42:24 +0000
(14:42 +0100)
Avoid '.pc' directories created by quilt.
It breaks qmake projects search.
Gbp-Pq: Name 08_configure_quilt_compat.diff
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 7e3570b9e5253c0f667b008caeddd455296d2aa8..2b3127da698d853849f1a09523af422f53de4c6e 100755
(executable)
--- 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