From d6d7aebd03e0fdaf8072b8ea99ed1d8ca07908af Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Thu, 30 Aug 2012 14:51:06 +0200 Subject: 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 --- examples/qtconcurrent/map/map.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/qtconcurrent/map/map.pro') diff --git a/examples/qtconcurrent/map/map.pro b/examples/qtconcurrent/map/map.pro index f5857f789e..8212abf905 100644 --- a/examples/qtconcurrent/map/map.pro +++ b/examples/qtconcurrent/map/map.pro @@ -2,6 +2,7 @@ TEMPLATE = app TARGET = mapdemo QT += concurrent CONFIG += console +CONFIG -= app_bundle SOURCES += main.cpp -- cgit v1.2.3