1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

Only link qupzilla binary to execinfo as it is used in main.cpp

See #1408
This commit is contained in:
David Rosca 2014-07-02 11:27:55 +02:00
parent cb63def8dd
commit eee3895f69
2 changed files with 2 additions and 6 deletions

View File

@ -532,10 +532,6 @@ os2 {
LIBS += -lcrypto LIBS += -lcrypto
} }
openbsd-*|freebsd-*|haiku-* {
LIBS += -lexecinfo
}
mac { mac {
HEADERS += other/macmenureceiver.h \ HEADERS += other/macmenureceiver.h \
webview/macwebviewscroller.h webview/macwebviewscroller.h

View File

@ -32,7 +32,7 @@ OTHER_FILES += appicon.rc \
os2:RC_FILE = appicon_os2.rc os2:RC_FILE = appicon_os2.rc
win32:RC_FILE = appicon.rc win32:RC_FILE = appicon.rc
haiku-* { openbsd-*|freebsd-*|haiku-* {
LIBS += -lexecinfo LIBS += -lexecinfo
} }