Add param for disable own xml wrappers

This commit is contained in:
Oleg Korshul
2024-11-09 00:21:05 +03:00
parent cc585185dd
commit e979defdee

View File

@ -74,6 +74,8 @@ SOURCES += \
$$PWD/../../libxml2/valid.c \
$$PWD/../../libxml2/parser.c
}
!core_only_libxml {
SOURCES += \
$$PWD/../../src/xmlwriter.cpp \
$$PWD/../../src/xmllight.cpp \
@ -85,3 +87,4 @@ HEADERS += \
HEADERS += \
$$PWD/../../include/xmlutils.h \
$$PWD/../../include/xmlwriter.h
}