qt5base-lts/examples/xml/xml.pro
Kent Hansen 6b95e54f1f Fix compilation of examples with -no-widgets
Change-Id: Ie0e19daf6c6476b5c5130f4930dfa3df92917384
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-06-07 07:27:53 +02:00

18 lines
451 B
Prolog

TEMPLATE = subdirs
SUBDIRS = htmlinfo \
xmlstreamlint
!contains(QT_CONFIG, no-widgets) {
SUBDIRS += dombookmarks \
rsslisting \
saxbookmarks \
streambookmarks
}
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xml.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml
INSTALLS += target sources