Fix xp build

This commit is contained in:
Oleg Korshul
2020-03-16 18:21:04 +03:00
parent 46227bb6c8
commit 4dbf375bcc
2 changed files with 5 additions and 0 deletions

View File

@ -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\'"

View File

@ -32,6 +32,7 @@ SOURCES += \
core_windows {
LIBS += -luser32
build_xp:DESTDIR=$$DESTDIR/xp
}