Skip to content
Snippets Groups Projects
Commit c1521822 authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild: include Qt mkspecs in -dev packages

parent d12f8b25
No related branches found
No related tags found
No related merge requests found
...@@ -1181,6 +1181,7 @@ default_dev() { ...@@ -1181,6 +1181,7 @@ default_dev() {
for i in usr/include usr/lib/pkgconfig usr/share/aclocal\ for i in usr/include usr/lib/pkgconfig usr/share/aclocal\
usr/share/gettext usr/bin/*-config \ usr/share/gettext usr/bin/*-config \
usr/share/vala/vapi usr/share/gir-[0-9]*\ usr/share/vala/vapi usr/share/gir-[0-9]*\
usr/share/qt/mkspecs \
$(find -name include -type d) \ $(find -name include -type d) \
$(find usr/ -name '*.[acho]' 2>/dev/null); do $(find usr/ -name '*.[acho]' 2>/dev/null); do
if [ -e "$pkgdir/$i" ] || [ -L "$pkgdir/$i" ]; then if [ -e "$pkgdir/$i" ] || [ -L "$pkgdir/$i" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment