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:
4b9b477
)
_configure_quilt_compat
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Sun, 14 Jun 2015 16:38:43 +0000
(16:38 +0000)
committer
Raspbian forward porter
<root@raspbian.org>
Sun, 14 Jun 2015 16:38:43 +0000
(16:38 +0000)
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 d36cb987357072d6d4478d42385ac252aa0ee0f2..ab182ca9ac2f36c03474be90f976618936eb808e 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-9228,7
+9228,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