Fix xp build support

This commit is contained in:
Oleg Korshul
2019-07-01 13:56:37 +03:00
parent fa6b7ad2ac
commit be0772ac76

View File

@ -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++ {