summaryrefslogtreecommitdiff
path: root/examples/serialport/master/master.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialport/master/master.pro')
-rw-r--r--examples/serialport/master/master.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/serialport/master/master.pro b/examples/serialport/master/master.pro
deleted file mode 100644
index 3eb9dda..0000000
--- a/examples/serialport/master/master.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-greaterThan(QT_MAJOR_VERSION, 4) {
- QT += widgets serialport
- requires(qtConfig(combobox))
-} else {
- include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
-}
-
-TARGET = master
-TEMPLATE = app
-
-HEADERS += \
- dialog.h
-
-SOURCES += \
- main.cpp \
- dialog.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/serialport/master
-INSTALLS += target