mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
office utils bug
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65880 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
71f3242ef0
commit
77d864afb2
@ -21,7 +21,10 @@ linux-g++ | linux-g++-64 | linux-g++-32 {
|
||||
_LINUX_QT
|
||||
}
|
||||
mac {
|
||||
DEFINES += MAC unix
|
||||
DEFINES += \
|
||||
MAC \
|
||||
_MAC \
|
||||
unix
|
||||
}
|
||||
#################### LINUX ########################
|
||||
|
||||
|
||||
@ -37,6 +37,8 @@ linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{
|
||||
|
||||
mac {
|
||||
DESTDIR = $$DESTINATION_SDK_PATH/mac_64
|
||||
|
||||
QMAKE_MAC_SDK = macosx10.11
|
||||
}
|
||||
|
||||
################################################
|
||||
|
||||
Reference in New Issue
Block a user