xmlstreamlint.pro Example File

xmlstreamlint/xmlstreamlint.pro

  CONFIG   += console
  CONFIG   -= app_bundle
  QT       -= gui
  QT       += xml
  SOURCES  += main.cpp

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