Merge pull request #668 from Partmedia/bsd

Add -lexecinfo for BSD
This commit is contained in:
Matthias Köfferlein 2020-11-06 23:52:11 +01:00 committed by GitHub
commit 19bc7abf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -179,6 +179,10 @@ win32 {
LIBS += -lpsapi -ldbghelp
}
*bsd* {
LIBS += -lexecinfo
}
# Note: this accounts for UI-generated headers placed into the output folders in
# shadow builds:
INCLUDEPATH += $$DESTDIR/laybasic/laybasic

View File

@ -1,6 +1,9 @@
TEMPLATE = subdirs
SUBDIRS = tl unit_tests
*bsd* {
LIBS += -lexecinfo
}
unit_tests.depends += tl