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/qmake/precompile/precompile.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/qmake') diff --git a/examples/qmake/precompile/precompile.pro b/examples/qmake/precompile/precompile.pro index 828e912aec..b51677023a 100644 --- a/examples/qmake/precompile/precompile.pro +++ b/examples/qmake/precompile/precompile.pro @@ -7,6 +7,7 @@ TEMPLATE = app LANGUAGE = C++ CONFIG += console precompile_header +CONFIG -= app_bundle # Use Precompiled headers (PCH) PRECOMPILED_HEADER = stable.h -- cgit v1.2.3