mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
qextserialport: fix line endings in patch 0002
Fixes: http://autobuild.buildroot.net/results/074d379e4d491dd454726bed666a7e1028333ef7/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d2ff457e88
commit
72dcc7c252
@ -28,16 +28,13 @@ diff --git a/src/qextserialport.pri b/src/qextserialport.pri
|
|||||||
index 461d56f..f8a678d 100644
|
index 461d56f..f8a678d 100644
|
||||||
--- a/src/qextserialport.pri
|
--- a/src/qextserialport.pri
|
||||||
+++ b/src/qextserialport.pri
|
+++ b/src/qextserialport.pri
|
||||||
@@ -3,7 +3,8 @@ DEPENDPATH += $$PWD
|
@@ -3,7 +3,8 @@
|
||||||
|
|
||||||
PUBLIC_HEADERS += $$PWD/qextserialport.h \
|
PUBLIC_HEADERS += $$PWD/qextserialport.h \
|
||||||
$$PWD/qextserialenumerator.h \
|
$$PWD/qextserialenumerator.h \
|
||||||
- $$PWD/qextserialport_global.h
|
- $$PWD/qextserialport_global.h
|
||||||
+ $$PWD/qextserialport_global.h \
|
+ $$PWD/qextserialport_global.h \
|
||||||
+ $$PWD/QExtSerialPort
|
+ $$PWD/QExtSerialPort
|
||||||
|
|
||||||
HEADERS += $$PUBLIC_HEADERS \
|
HEADERS += $$PUBLIC_HEADERS \
|
||||||
$$PWD/qextserialport_p.h \
|
$$PWD/qextserialport_p.h \
|
||||||
--
|
|
||||||
2.10.2
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user