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:
Oleg.Korshul
2015-11-18 14:34:31 +00:00
committed by Alexander Trofimov
parent 71f3242ef0
commit 77d864afb2
2 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,10 @@ linux-g++ | linux-g++-64 | linux-g++-32 {
_LINUX_QT
}
mac {
DEFINES += MAC unix
DEFINES += \
MAC \
_MAC \
unix
}
#################### LINUX ########################

View File

@ -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
}
################################################