summaryrefslogtreecommitdiffstats
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.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/serialport/master/master.pro b/examples/serialport/master/master.pro
new file mode 100644
index 00000000..977de6c7
--- /dev/null
+++ b/examples/serialport/master/master.pro
@@ -0,0 +1,15 @@
+greaterThan(QT_MAJOR_VERSION, 4) {
+ QT += widgets serialport
+} else {
+ include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
+}
+
+TARGET = master
+TEMPLATE = app
+
+HEADERS += \
+ dialog.h
+
+SOURCES += \
+ main.cpp \
+ dialog.cpp