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

doct renderer test

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@60754 954022d7-b5bf-4e40-9824-e11837661b57
parent 5bb4c46a
...@@ -12,7 +12,31 @@ TARGET = doctrenderer_test ...@@ -12,7 +12,31 @@ TARGET = doctrenderer_test
CONFIG += console CONFIG += console
CONFIG -= app_bundle CONFIG -= app_bundle
DEFINES += UNICODE
DEFINES += _UNICODE DEFINES += _UNICODE
DEFINES += _USE_LIBXML2_READER_
DEFINES += LIBXML_READER_ENABLED
mac {
DEFINES += \
LINUX \
_LINUX \
_LINUX_QT \
_MAC \
QT_MAC
}
win32 {
DEFINES += \
WIN32
}
linux-g++ | linux-g++-64 | linux-g++-32 {
DEFINES += \
LINUX \
_LINUX \
_LINUX_QT \
}
TEMPLATE = app TEMPLATE = app
......
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