From 152b9d4203aa2c87c3bf01d63379a9eb7713ec07 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Mon, 11 Mar 2013 09:22:07 -0400 Subject: Command line applications should not be placed into a bundle on OS X. Change-Id: Idf872d769d683440ec6cb98ae722ba68b8715a86 Reviewed-by: Laszlo Papp --- examples/cenumerator/cenumerator.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/cenumerator/cenumerator.pro b/examples/cenumerator/cenumerator.pro index 2c38c283..539c15ed 100644 --- a/examples/cenumerator/cenumerator.pro +++ b/examples/cenumerator/cenumerator.pro @@ -4,6 +4,8 @@ greaterThan(QT_MAJOR_VERSION, 4) { include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf) } +CONFIG -= app_bundle + TARGET = cenumerator TEMPLATE = app -- cgit v1.2.3