summaryrefslogtreecommitdiffstats
path: root/examples/xml/xmlstreamlint/xmlstreamlint.pro
blob: cfcecf0391db90e109b149364cc91c1c2b2de3d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG   += console
QT       -= gui
QT       += xml widgets
SOURCES  += main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/xmlstreamlint
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xmlstreamlint.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/xmlstreamlint
INSTALLS += target sources


simulator: warning(This example does not work on Simulator platform)