summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2012-12-06 19:21:53 +0400
committerDenis Shienkov <denis.shienkov@gmail.com>2012-12-13 08:42:07 +0100
commitf0a715257eda83789b0611d49fc0b8dd53f40a60 (patch)
tree962c3b00d79f562be73b2d9e62ab80adf92ae242 /examples/examples.pro
parent097eb2eeb612ffcce9dfc0092f5486feeafd649c (diff)
Added serial Master and serial Slave examples
Added examples to demonstrate the Signal/Slot approach using the serial interface. Change-Id: I09f451afba67dbac8c357b0aa723460fc8d4b6aa Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 49302897..32e50b28 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -4,5 +4,5 @@ SUBDIRS = cenumerator
greaterThan(QT_MAJOR_VERSION, 4) {
!isEmpty(QT.widgets.name):SUBDIRS += enumerator terminal blockingmaster blockingslave
} else {
- SUBDIRS += enumerator terminal blockingmaster blockingslave
+ SUBDIRS += enumerator terminal blockingmaster blockingslave master slave
}