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

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