ef30a59121
Change-Id: I2c7609077bd18864ffd9b2ba5086eb590aff3df0 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
14 lines
383 B
Prolog
14 lines
383 B
Prolog
CONFIG += console
|
|
QT -= gui
|
|
QT += xml
|
|
SOURCES += main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/xmlstreamlint
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xmlstreamlint.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/xmlstreamlint
|
|
INSTALLS += target sources
|
|
|
|
|
|
simulator: warning(This example does not work on Simulator platform)
|