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

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