summaryrefslogtreecommitdiff
path: root/examples/serialport/creadersync/creadersync.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialport/creadersync/creadersync.pro')
-rw-r--r--examples/serialport/creadersync/creadersync.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/serialport/creadersync/creadersync.pro b/examples/serialport/creadersync/creadersync.pro
deleted file mode 100644
index a2690aa..0000000
--- a/examples/serialport/creadersync/creadersync.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-QT = core
-QT += serialport
-
-CONFIG += console
-CONFIG -= app_bundle
-
-TARGET = creadersync
-TEMPLATE = app
-
-SOURCES += \
- main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/serialport/creadersync
-INSTALLS += target