summaryrefslogtreecommitdiffstats
path: root/examples/serialport/serialport.pro
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-10-26 13:06:40 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-10 17:06:18 +0100
commit2693e8ee98dd1a6cf22c24eb20b7ede71409a908 (patch)
tree7a8dab03c344187cdc94467020e888e33b780dbb /examples/serialport/serialport.pro
parent9128eddd57cfa95da490e08c49a7fdcdd77b9ff4 (diff)
Add a new simple and command line async reader example
Change-Id: I4142d187c3ad37d1e7f5219df3d50679a9f35a8e Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples/serialport/serialport.pro')
-rw-r--r--examples/serialport/serialport.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialport/serialport.pro b/examples/serialport/serialport.pro
index 57f6ec5d..ba8d1671 100644
--- a/examples/serialport/serialport.pro
+++ b/examples/serialport/serialport.pro
@@ -1,6 +1,6 @@
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS = cenumerator creadersync cwriterasync cwritersync
+SUBDIRS = cenumerator creaderasync creadersync cwriterasync cwritersync
greaterThan(QT_MAJOR_VERSION, 4) {
!isEmpty(QT.widgets.name):SUBDIRS += enumerator terminal blockingmaster blockingslave
} else {