mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix previous commit
This commit is contained in:
@ -318,7 +318,6 @@ core_linux {
|
|||||||
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\'"
|
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\'"
|
||||||
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN/system\'"
|
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN/system\'"
|
||||||
QMAKE_LFLAGS += -Wl,--disable-new-dtags
|
QMAKE_LFLAGS += -Wl,--disable-new-dtags
|
||||||
QMAKE_LFLAGS_RELEASE += -Wl,-s
|
|
||||||
|
|
||||||
!disable_rpath_addon {
|
!disable_rpath_addon {
|
||||||
RUN_PATH_ADDON = $$(RUN_PATH_ADDON)
|
RUN_PATH_ADDON = $$(RUN_PATH_ADDON)
|
||||||
@ -333,6 +332,10 @@ core_linux {
|
|||||||
core_linux {
|
core_linux {
|
||||||
equals(TEMPLATE, app):CONFIG += core_static_link_libstd
|
equals(TEMPLATE, app):CONFIG += core_static_link_libstd
|
||||||
plugin:CONFIG += core_static_link_libstd
|
plugin:CONFIG += core_static_link_libstd
|
||||||
|
|
||||||
|
|
||||||
|
equals(TEMPLATE, app):QMAKE_LFLAGS_RELEASE += -Wl,-s
|
||||||
|
plugin:QMAKE_LFLAGS_RELEASE += -Wl,-s
|
||||||
}
|
}
|
||||||
|
|
||||||
core_win_32 {
|
core_win_32 {
|
||||||
|
|||||||
Reference in New Issue
Block a user