mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
Fix xp build support
This commit is contained in:
@ -20,7 +20,12 @@ RC_FILE = $$PWD/version.rc
|
||||
|
||||
DEFINES += __DONT_WRITE_IN_APP_TITLE
|
||||
|
||||
LIBS += -L$$CORE_LIB_PATH_PLATFORM -lascdocumentscore
|
||||
build_xp {
|
||||
LIBS += -L$$CORE_LIB_PATH_PLATFORM/xp -lascdocumentscore
|
||||
} else {
|
||||
LIBS += -L$$CORE_LIB_PATH_PLATFORM -lascdocumentscore
|
||||
}
|
||||
|
||||
message($$PLATFORM_BUILD)
|
||||
|
||||
linux-g++ {
|
||||
|
||||
Reference in New Issue
Block a user