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:
parent
cb63def8dd
commit
eee3895f69
@ -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
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user