2011-04-27 10:05:43 +00:00
|
|
|
CONFIG += console
|
2012-08-30 12:51:06 +00:00
|
|
|
CONFIG -= app_bundle
|
2011-04-27 10:05:43 +00:00
|
|
|
QT -= gui
|
2012-06-05 07:12:28 +00:00
|
|
|
QT += xml
|
2011-04-27 10:05:43 +00:00
|
|
|
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
|
|
|
|
|
2011-04-27 17:16:41 +00:00
|
|
|
|
|
|
|
simulator: warning(This example does not work on Simulator platform)
|