mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-03-31 10:23:12 +08:00
Fix xp build
This commit is contained in:
@ -15,6 +15,10 @@ DESTDIR = $$CORE_BUILDS_BINARY_PATH
|
||||
|
||||
ADD_DEPENDENCY(ascdocumentscore)
|
||||
|
||||
core_windows {
|
||||
build_xp:DESTDIR=$$DESTDIR/xp
|
||||
}
|
||||
|
||||
core_linux {
|
||||
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\'"
|
||||
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN/converter\'"
|
||||
|
||||
@ -32,6 +32,7 @@ SOURCES += \
|
||||
core_windows {
|
||||
|
||||
LIBS += -luser32
|
||||
build_xp:DESTDIR=$$DESTDIR/xp
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user