summaryrefslogtreecommitdiff
path: root/examples/serialport/serialport.pro
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2023-01-27 16:45:42 +0100
committerIvan Solovev <ivan.solovev@qt.io>2023-02-02 16:17:21 +0000
commit8af718f650224fd8f4f482e9a4bccfe65aa2038d (patch)
tree7eb1c88346aed2622e849545761b21c824af0f6f /examples/serialport/serialport.pro
parent1eb296a0d1cc2f517f0c0469697f78e3f38d65e9 (diff)
downloadqtserialport-8af718f650224fd8f4f482e9a4bccfe65aa2038d.tar.gz
Remove duplicated examples
The console reader and writer examples have UI versions. The gist of the enumerator examples is directly shown in the QSerialPortInfo class documentation. Task-number: QTBUG-110645 Pick-to: 6.5 Change-Id: I0f496ddd1e598fc8a5636ac72aa65f99baee561a Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples/serialport/serialport.pro')
-rw-r--r--examples/serialport/serialport.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/serialport/serialport.pro b/examples/serialport/serialport.pro
index d04911a..98d9d7e 100644
--- a/examples/serialport/serialport.pro
+++ b/examples/serialport/serialport.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS = cenumerator creaderasync creadersync cwriterasync cwritersync
-!isEmpty(QT.widgets.name):SUBDIRS += enumerator terminal blockingsender blockingreceiver sender receiver
+SUBDIRS = creaderasync cwriterasync
+!isEmpty(QT.widgets.name):SUBDIRS += terminal blockingsender blockingreceiver sender receiver