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

native_control qt_build windows

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57264 954022d7-b5bf-4e40-9824-e11837661b57
parent fb037ba6
......@@ -17,6 +17,8 @@ linux-g++ | linux-g++-64 | linux-g++-32 {
DEFINES += \
_LINUX \
_LINUX_QT
message(linux)
}
mac {
......@@ -25,11 +27,17 @@ mac {
_LINUX_QT \
_MAC \
QT_MAC
message(mac)
}
win32 {
DEFINES += \
WIN32
DEFINES -= UNICODE
message(windows)
}
INCLUDEPATH += \
......
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