summaryrefslogtreecommitdiffstats
path: root/examples/serialport/creaderasync/creaderasync.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialport/creaderasync/creaderasync.pro')
-rw-r--r--examples/serialport/creaderasync/creaderasync.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/serialport/creaderasync/creaderasync.pro b/examples/serialport/creaderasync/creaderasync.pro
deleted file mode 100644
index 38d8b529..00000000
--- a/examples/serialport/creaderasync/creaderasync.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-QT = core
-QT += serialport
-
-CONFIG += console
-CONFIG -= app_bundle
-
-TARGET = creaderasync
-TEMPLATE = app
-
-HEADERS += \
- serialportreader.h
-
-SOURCES += \
- main.cpp \
- serialportreader.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/serialport/creaderasync
-INSTALLS += target