summaryrefslogtreecommitdiffstats
path: root/examples/xml/xml.pro
blob: 3c93131aad3f4eaada5d1f7824ff40401579e761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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]/qtbase/xml
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xml.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml
INSTALLS += target sources

symbian: CONFIG += qt_example
QT += widgets
maemo5: CONFIG += qt_example