blob: 4043e017133cf5826b354c49c462e4960d6ad0f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
TEMPLATE = subdirs
SUBDIRS = htmlinfo \
xmlstreamlint
!contains(QT_CONFIG, no-gui) {
SUBDIRS += dombookmarks \
rsslisting \
saxbookmarks \
streambookmarks
}
symbian: SUBDIRS = htmlinfo saxbookmarks
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xml.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/xml
INSTALLS += target sources
|