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

9 lines
166 B
Prolog
Raw Normal View History

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