1From 62fbe9c3539945df6204501b7e3ae0d51db075a3 Mon Sep 17 00:00:00 2001
2From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3Date: Thu, 24 Nov 2016 22:30:40 +0100
4Subject: [PATCH] Create a main include file QExtSerialPort
5
6This main include file will be installed in
7<QtExtSerialPort/QExtSerialPort> so that Qt applications can use this
8library by including header files in a Qt-like style.
9
10Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11[Arnout: add it to qextserialport.pri so it is installed]
12Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
13---
14 src/QExtSerialPort     | 2 ++
15 src/qextserialport.pri | 3 ++-
16 2 files changed, 4 insertions(+), 1 deletion(-)
17 create mode 100644 src/QExtSerialPort
18
19diff --git a/src/QExtSerialPort b/src/QExtSerialPort
20new file mode 100644
21index 0000000..a48aeea
22--- /dev/null
23+++ b/src/QExtSerialPort
24@@ -0,0 +1,2 @@
25+#include "qextserialport.h"
26+#include "qextserialenumerator.h"
27diff --git a/src/qextserialport.pri b/src/qextserialport.pri
28index 461d56f..f8a678d 100644
29--- a/src/qextserialport.pri
30+++ b/src/qextserialport.pri
31@@ -3,7 +3,8 @@
32
33 PUBLIC_HEADERS         += $$PWD/qextserialport.h \
34                           $$PWD/qextserialenumerator.h \
35-                          $$PWD/qextserialport_global.h
36+                          $$PWD/qextserialport_global.h \
37+			  $$PWD/QExtSerialPort
38
39 HEADERS                += $$PUBLIC_HEADERS \
40                           $$PWD/qextserialport_p.h \
41