Add $$QMAKE_LIBS_EXECINFO#1623
Conversation
Unbreak build on FreeBSD (and other BSD I think so). $$QMAKE_LIBS_EXECINFO will add -lexecinfo if required
apps/apps.pri Added the instruction $$QMAKE_LIBS_EXECINFO (PR #1623) to apps/ pgmodeler/pgmodeler.pro
|
@lbartoletti Thanks for pointing this. While testing locally your solution just to confirm that the build doesn't break in other OSes I found the opportunity to make a small refactor on executables subprojects. I also added the $$QMAKE_LIBS_EXECINFO apps/pgmodeler/pgmodeler.pro just like your PR. Could you please test the latest commit on develop branch and see if it builds correctly on BSD? Thanks. |
@rkhaotix Thanks! I can confirm it's ok on FreeBSD. |
Unbreak build on FreeBSD (and other BSD I think so).
$$QMAKE_LIBS_EXECINFO will add -lexecinfo if required