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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/xmlstreamlint
INSTALLS += target


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