mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
Feature/pr2 prsettings (#70)
* [win-nix] added base.pri dependency * [win-nix] added options to open document of specific type * [macos] Added options to open document of specific type Co-authored-by: Alexander Yuzhin <alexander.yuzhin@onlyoffice.com>
This commit is contained in:
committed by
Alexey Golubev
parent
734ef0e7a8
commit
62f83bba77
@ -20,12 +20,6 @@ RC_FILE = $$PWD/version.rc
|
||||
|
||||
DEFINES += __DONT_WRITE_IN_APP_TITLE
|
||||
|
||||
build_xp {
|
||||
LIBS += -L$$CORE_LIB_PATH_PLATFORM/xp -lascdocumentscore
|
||||
} else {
|
||||
LIBS += -L$$CORE_LIB_PATH_PLATFORM -lascdocumentscore
|
||||
}
|
||||
|
||||
message($$PLATFORM_BUILD)
|
||||
|
||||
linux-g++ {
|
||||
@ -43,10 +37,6 @@ win32 {
|
||||
message(updates is turned on)
|
||||
message(url: $$join(LINK,,\\\",\\\"))
|
||||
}
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
LIBS += -L$$PWD/$$CORE_3DPARTY_PATH/cef/$$PLATFORM_BUILD/build
|
||||
}
|
||||
}
|
||||
|
||||
HEADERS += \
|
||||
|
||||
Reference in New Issue
Block a user