Files
qt5.12.8/.pc/no_htmlinfo_example.diff/examples/xml/xml.pro
2025-08-26 22:57:23 +08:00

13 lines
270 B
Prolog

TEMPLATE = subdirs
SUBDIRS = htmlinfo \
xmlstreamlint
qtHaveModule(widgets) {
SUBDIRS += dombookmarks \
saxbookmarks \
streambookmarks
qtHaveModule(network): SUBDIRS += \
rsslisting
}