Command-line-only examples should not build as .app bundles on OSX
[profile/ivi/qtbase.git] / examples / xml / xmlstreamlint / xmlstreamlint.pro
1 CONFIG   += console
2 CONFIG   -= app_bundle
3 QT       -= gui
4 QT       += xml
5 SOURCES  += main.cpp
6
7 # install
8 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/xmlstreamlint
9 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xmlstreamlint.pro
10 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/xmlstreamlint
11 INSTALLS += target sources
12
13
14 simulator: warning(This example does not work on Simulator platform)