core: Fix libdwarf and Qt build failure gnu-build-fixes
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 27 Jun 2021 21:10:55 +0000 (17:10 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 27 Jun 2021 21:10:55 +0000 (17:10 -0400)
commitdae37bbf4e6ba21ca4e88326267937d0287d7ede
tree5cd0dfd768cd9862d453bd9471bf4c2c80d01dbd
parent22a0b65d87ef42a3b9a0e8565002fd652fb6bc43
core: Fix libdwarf and Qt build failure

libdwarf headers are in /usr/include/libdwarf (at least on Debian),
and the core code now uses Qt directly so the QtWidgets cflags/ldflags
are needed to build the core library. Not sure if the core should be
using Qt directly, but this gets it to build again on GNU/Linux.
Makefile