summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2012-11-09 22:24:58 +0000
committerDenis Shienkov <denis.shienkov@gmail.com>2012-11-19 21:02:18 +0100
commit78606e49f3817d6d2877e47273be65a3aeda18b5 (patch)
treea0c62642d15dad9601bf38fe16a7ad906d106d6e /examples/examples.pro
parent3875a3df242df9759182c6aa40eff9f2bb2250f8 (diff)
Added new examples BlockingMaster and BlockingSlave
These examples show how to work with I/O in a blocking mode without using signals/slots. Note: For these examples, the documentation is not yet done, must be done on future. Change-Id: I0029e8dd43f935629eb77529b2df5bb75d31e091 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 171e8ec3..49302897 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = cenumerator
greaterThan(QT_MAJOR_VERSION, 4) {
- !isEmpty(QT.widgets.name):SUBDIRS += enumerator terminal
+ !isEmpty(QT.widgets.name):SUBDIRS += enumerator terminal blockingmaster blockingslave
} else {
- SUBDIRS += enumerator terminal
+ SUBDIRS += enumerator terminal blockingmaster blockingslave
}