1TEMPLATE = subdirs
2QT_FOR_CONFIG += xmlpatterns-private
3
4!android|android_app {
5    SUBDIRS += xmlpatterns
6    qtConfig(xml-schema) {
7        SUBDIRS += xmlpatternsvalidator
8    }
9}
10