summaryrefslogtreecommitdiff
path: root/examples/serialport/cwritersync/cwritersync.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/cwritersync/cwritersync.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/cwritersync/cwritersync.pro')
-rw-r--r--examples/serialport/cwritersync/cwritersync.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/serialport/cwritersync/cwritersync.pro b/examples/serialport/cwritersync/cwritersync.pro
deleted file mode 100644
index 1e0996d..0000000
--- a/examples/serialport/cwritersync/cwritersync.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-QT = core
-QT += serialport
-
-CONFIG += console
-CONFIG -= app_bundle
-
-TARGET = cwritersync
-TEMPLATE = app
-
-SOURCES += \
- main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/serialport/cwritersync
-INSTALLS += target