mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Add ProcessEnv class for global process properties
This commit is contained in:
@ -87,6 +87,10 @@ SOURCES += ./../DesktopEditor/common/Directory.cpp
|
||||
HEADERS += ./../DesktopEditor/common/SystemUtils.h
|
||||
SOURCES += ./../DesktopEditor/common/SystemUtils.cpp
|
||||
|
||||
# PROCESSENV
|
||||
HEADERS += ./../DesktopEditor/common/ProcessEnv.h
|
||||
SOURCES += ./../DesktopEditor/common/ProcessEnv.cpp
|
||||
|
||||
core_windows {
|
||||
LIBS += -lRpcrt4
|
||||
LIBS += -lShell32
|
||||
|
||||
Reference in New Issue
Block a user