summaryrefslogtreecommitdiffstats
path: root/examples/xml/xmlstreamlint/xmlstreamlint.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@nokia.com>2012-08-30 14:51:06 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-03 11:05:49 +0200
commitd6d7aebd03e0fdaf8072b8ea99ed1d8ca07908af (patch)
tree57b03f7cac8a50a28dde0432a8208997941771f9 /examples/xml/xmlstreamlint/xmlstreamlint.pro
parent812bad17df6ce33d01b5fdb2f57a104e2923dc52 (diff)
Command-line-only examples should not build as .app bundles on OSX
It's confusing when you double-click it and nothing happens. Task-number: QTBUG-26976 Change-Id: I50c5625a41881bdbcbf29001197ed15da4ee0a28 Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
Diffstat (limited to 'examples/xml/xmlstreamlint/xmlstreamlint.pro')
-rw-r--r--examples/xml/xmlstreamlint/xmlstreamlint.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/xml/xmlstreamlint/xmlstreamlint.pro b/examples/xml/xmlstreamlint/xmlstreamlint.pro
index 2c22e7bf8a..07744002d9 100644
--- a/examples/xml/xmlstreamlint/xmlstreamlint.pro
+++ b/examples/xml/xmlstreamlint/xmlstreamlint.pro
@@ -1,4 +1,5 @@
CONFIG += console
+CONFIG -= app_bundle
QT -= gui
QT += xml
SOURCES += main.cpp