This repository was archived by the owner on May 13, 2022. It is now read-only.

Description
The built package doesn't contain the source code. Thus gdb would complain as follows,
(gdb) n
8056 kernel/qwidget.cpp: No such file or directory.
I noticed if I use OPTIONS+=(debug strip) for makepkg, a seperate package qt5-base-debug will be built and installing this package will put the source code into /usr/src/debug/qtbase-everywhere-src-5.14.2/src/. So makepkg can avoid this issue.