summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
Commit message (Collapse)AuthorAgeFilesLines
* Disable QNX buildAndreas Holzammer2013-10-311-1/+1
| | | | | | | | | Nobody tested the serial port and it does not compile as CRTSCTS is not defined. Lets disable it until its fixed. Change-Id: Ifc032194773b166a7fd9502f5d7f518019d80c7c Reviewed-by: Laszlo Papp <lpapp@kde.org>
* Fix examples directory layoutKai Koehne2013-05-031-7/+2
| | | | | | | | | | | | | Move examples into a dedicated 'serialport' directory. This is in line with what the other modules do, and makes sure that the examples show up in a sensible place even for the 'combined' source packages. Task-number: QTBUG-30912 Change-Id: Iefa2b634df3d2eb34f655b34f6fb24a224b78869 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Added serial Master and serial Slave examplesDenis Shienkov2012-12-131-1/+1
| | | | | | | | Added examples to demonstrate the Signal/Slot approach using the serial interface. Change-Id: I09f451afba67dbac8c357b0aa723460fc8d4b6aa Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
* Added new examples BlockingMaster and BlockingSlaveDenis Shienkov2012-11-191-2/+2
| | | | | | | | | | | 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>
* Build the UI examples only, if the QtWidgets module is presentLaszlo Papp2012-07-151-1/+6
| | | | | | | | | | | | | | | | This only works nicely with Qt5 because there is no simple way of achieving the "!isEmpty(QT.widgets.name)" feature with the previous major versions. In general, the recommendation is that to depend on modules in the examples that are also the dependency of the library itself. However, that can be an exception made with optional dependencies that the Qt Project accepts. Tested on Linux with Qt5, and this works fine. There were no regressions to the previous operations with Qt4 either. Change-Id: I0d86557bb2a49300bb3bfd0adb94b61b1e7d4cc3 Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <scapig@yandex.ru>
* Establish a command line enumerator example mostly for limited environmentsLaszlo Papp2012-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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>
* Added an enumerator example.Denis Shienkov2012-04-011-1/+1
| | | | | | Change-Id: If88a0a300bcd011489be462536fadadf16da6171 Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <scapig@yandex.ru>
* Added simple GUI terminal example.Denis Shienkov2012-03-291-0/+3
| | | | | | Change-Id: Ic68be9d0c007dfd142deef37ab931f4b68f1f692 Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <scapig@yandex.ru>
* The first prepare QtSerialPort to the form of add-on, with the requirements ↵Denis Shienkov2012-02-291-2/+0
| | | | | | | of "Creating a new module or tool for Qt" Change-Id: I62bba3590a8873bfd03ed6836ac105e0a30d35ba Reviewed-by: Denis Shienkov <scapig@yandex.ru>
* consoleportinfo is not test it is simple exampleSergey Belyashov2011-07-031-0/+2