Commit 77d864af authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

office utils bug

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65880 954022d7-b5bf-4e40-9824-e11837661b57
parent 71f3242e
......@@ -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
}
################################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment