6b95e54f1f
Change-Id: Ie0e19daf6c6476b5c5130f4930dfa3df92917384 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
18 lines
451 B
Prolog
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
|