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

mac build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@64445 954022d7-b5bf-4e40-9824-e11837661b57
parent 7847d736
......@@ -20,6 +20,9 @@ linux-g++ | linux-g++-64 | linux-g++-32 {
_LINUX \
_LINUX_QT
}
mac {
DEFINES += MAC unix
}
#################### LINUX ########################
build_zlib_as_sources {
......
......@@ -35,6 +35,10 @@ linux-g++:!contains(QMAKE_HOST.arch, x86_64):{
DESTDIR = $$DESTINATION_SDK_PATH/linux_32
}
mac {
DESTDIR = $$DESTINATION_SDK_PATH/mac_64
}
################################################
include($$PWD/OfficeUtils.pri)
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