summaryrefslogtreecommitdiff
path: root/examples/serialport/cwritersync/cwritersync.pro
diff options
context:
space:
mode:
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