mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-02-10 18:15:05 +08:00
fixed fatal error LNK1181: cannot open input file 'libcef.lib' on windows
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#DESTDIR = $$PWD/windows
|
||||
DESTDIR = $$CORE_BUILDS_LIBRARIES_PATH
|
||||
LIBS += -L$$CORE_ROOT_DIR/build/cef/$$CORE_BUILDS_PLATFORM_PREFIX -llibcef
|
||||
LIBS += -L$$CORE_ROOT_DIR/Common/3dParty/cef/$$CORE_BUILDS_PLATFORM_PREFIX/build -llibcef
|
||||
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lgraphics -llibxml -lOfficeUtils
|
||||
|
||||
SRC_PATH = $$PWD/../../ChromiumBasedEditors/lib/src/cef/windows
|
||||
|
||||
Reference in New Issue
Block a user