Commit 4fd7c8ca authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

x2t linux 64 build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65221 954022d7-b5bf-4e40-9824-e11837661b57
parent dea13b8e
...@@ -34,10 +34,10 @@ CONFIG(debug, debug|release) { ...@@ -34,10 +34,10 @@ CONFIG(debug, debug|release) {
} }
} }
linux-g++:contains(QMAKE_HOST.arch, x86_64):{ linux-g++ | linux-g++-64 | linux-g++-32:contains(QMAKE_HOST.arch, x86_64):{
DESTDIR = $$DESTINATION_SDK_PATH/linux_64 DESTDIR = $$DESTINATION_SDK_PATH/linux_64
} }
linux-g++:!contains(QMAKE_HOST.arch, x86_64):{ linux-g++ | linux-g++-64 | linux-g++-32:!contains(QMAKE_HOST.arch, x86_64):{
DESTDIR = $$DESTINATION_SDK_PATH/linux_32 DESTDIR = $$DESTINATION_SDK_PATH/linux_32
} }
############### destination path ############### ############### destination path ###############
......
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