abuild: include Qt mkspecs in -dev packages

This commit is contained in:
Natanael Copa 2012-10-10 17:39:49 +00:00
parent d12f8b2583
commit c15218221e
1 changed files with 1 additions and 0 deletions

View File

@ -1181,6 +1181,7 @@ default_dev() {
for i in usr/include usr/lib/pkgconfig usr/share/aclocal\
usr/share/gettext usr/bin/*-config \
usr/share/vala/vapi usr/share/gir-[0-9]*\
usr/share/qt/mkspecs \
$(find -name include -type d) \
$(find usr/ -name '*.[acho]' 2>/dev/null); do
if [ -e "$pkgdir/$i" ] || [ -L "$pkgdir/$i" ]; then