summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/wordcount
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/qtconcurrent/wordcount
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/qtconcurrent/wordcount')
-rw-r--r--examples/qtconcurrent/wordcount/wordcount.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qtconcurrent/wordcount/wordcount.pro b/examples/qtconcurrent/wordcount/wordcount.pro
index 8b6bf8104a..c0804ac9f5 100644
--- a/examples/qtconcurrent/wordcount/wordcount.pro
+++ b/examples/qtconcurrent/wordcount/wordcount.pro
@@ -1,5 +1,6 @@
QT += concurrent widgets
CONFIG += console
+CONFIG -= app_bundle
SOURCES += main.cpp