mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
DEFINES += HAVE_VA_COPY
|
|
|
|
INCLUDEPATH += \
|
|
$$PWD/../../libxml2/include \
|
|
$$PWD/../../libxml2/include/libxml \
|
|
$$PWD
|
|
|
|
SOURCES += $$PWD/libxml2_all.c
|
|
SOURCES += $$PWD/libxml2_all2.c
|
|
|
|
SOURCES += \
|
|
$$PWD/../../src/xmllight.cpp \
|
|
$$PWD/../../src/xmldom.cpp
|