summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2012-05-30 02:18:41 +0300
committerDenis Shienkov <scapig@yandex.ru>2012-05-30 13:23:06 +0200
commit397168d049d4a99f0582e714382f9ff493b43ac8 (patch)
tree3601ff3e01e8abad3e7a73de2ac16e8aa5eab8e6 /examples/examples.pro
parentbd5a7077fafbb73424366d6eadb205a9c4ae2ea4 (diff)
Establish a command line enumerator example mostly for limited environments
This is useful in environment where it is not possible or just not handy to run UI examples to present the operation of the core SerialPort and SerialPortInfo classes in the QtSerialPort add-on module. Typical use cases are embedded BSP boards, like PandaBoard, BeagleBoard, Raspberry Pi and so forth. Usually there is a "direct" connection over ssh or the native serial port to those boards how the developer actually builds projects on the board. It would be nice to build the QtSerialPort project in those cases, and then just fire a command line example up. In fact, while testing the QtSerialPort project on Mac, this is also very useful at least to me since I have only limited access to a Mac box. Perhaps, it can be the same with other people as well having access only to a Linux box remotely and so forth. Task-number: QTPLAYGROUND-1 Change-Id: If4681b05904845108ba2c6243b8955927211137c Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <scapig@yandex.ru>
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 33716ef4..76029a54 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS = terminal enumerator
+SUBDIRS = terminal enumerator cenumerator