summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-03-11 21:35:13 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-12 08:32:01 +0100
commit5fac73dea8650d77e72a5133385230a3d3a294c3 (patch)
tree85b33471dae2dd79ea428d9e2ab78411f9589020 /examples
parent13e16e71e78205a6269e23f26cf813b835c7f62f (diff)
downloadqtserialport-5fac73dea8650d77e72a5133385230a3d3a294c3.tar.gz
Add the console config due to Windows
For new codes, it is better not to use scopes as it is less noise, and works fine. Change-Id: I0078e70e037aaa1ddd861de40542db7386f69dda Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/cenumerator/cenumerator.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/cenumerator/cenumerator.pro b/examples/cenumerator/cenumerator.pro
index 539c15e..464e1d9 100644
--- a/examples/cenumerator/cenumerator.pro
+++ b/examples/cenumerator/cenumerator.pro
@@ -4,6 +4,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
+CONFIG += console
CONFIG -= app_bundle
TARGET = cenumerator