qt5base-lts/examples/xml/xmlstreamlint/xmlstreamlint.pro

10 lines
182 B
Prolog
Raw Normal View History

CONFIG += console
CONFIG -= app_bundle
QT -= gui
QT += xml
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/xmlstreamlint
INSTALLS += target