summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-03-11 09:22:07 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-11 14:34:19 +0100
commit152b9d4203aa2c87c3bf01d63379a9eb7713ec07 (patch)
treec196e03b96cb2be2d476edf2cb72bc50b8854a70 /examples
parent26e21f603841edcb2a0bda7cefc6d754441387ff (diff)
downloadqtserialport-152b9d4203aa2c87c3bf01d63379a9eb7713ec07.tar.gz
Command line applications should not be placed into a bundle on OS X.
Change-Id: Idf872d769d683440ec6cb98ae722ba68b8715a86 Reviewed-by: Laszlo Papp <lpapp@kde.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/cenumerator/cenumerator.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/cenumerator/cenumerator.pro b/examples/cenumerator/cenumerator.pro
index 2c38c28..539c15e 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