diff options
author | Laszlo Papp <lpapp@kde.org> | 2013-03-11 21:35:13 +0000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-12 08:32:01 +0100 |
commit | 5fac73dea8650d77e72a5133385230a3d3a294c3 (patch) | |
tree | 85b33471dae2dd79ea428d9e2ab78411f9589020 | |
parent | 13e16e71e78205a6269e23f26cf813b835c7f62f (diff) | |
download | qtserialport-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>
-rw-r--r-- | examples/cenumerator/cenumerator.pro | 1 |
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 |