mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
Remove warning on old system
This commit is contained in:
@ -225,9 +225,15 @@ core_linux {
|
||||
$$PWD/src/platform_linux/xcbutils.cpp
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += glib-2.0 gtk+-3.0 atk dbus-1 gtk+-unix-print-3.0 xcb
|
||||
PKGCONFIG += glib-2.0 gtk+-3.0 atk gtk+-unix-print-3.0 xcb
|
||||
LIBS += -lX11 -lX11-xcb
|
||||
|
||||
cef_version_107 {
|
||||
LIBS += $$PWD/../../build_tools/tools/linux/sysroot/ubuntu14/libdbus-1.so.3
|
||||
} else {
|
||||
PKGCONFIG += dbus-1
|
||||
}
|
||||
|
||||
LIBS += $$CORE_3DPARTY_PATH/icu/$$PLATFORM_BUILD/build/libicuuc.so.58
|
||||
LIBS += $$CORE_3DPARTY_PATH/icu/$$PLATFORM_BUILD/build/libicudata.so.58
|
||||
|
||||
|
||||
Reference in New Issue
Block a user