mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 03:25:02 +00:00
update:stream放到单独模块
This commit is contained in:
parent
01121ff470
commit
2801a26737
5 changed files with 10 additions and 4 deletions
|
@ -53,6 +53,7 @@ include ($$PWD/server/server.pri)
|
|||
include ($$PWD/adb/adb.pri)
|
||||
include ($$PWD/decoder/decoder.pri)
|
||||
include ($$PWD/render/render.pri)
|
||||
include ($$PWD/stream/stream.pri)
|
||||
include ($$PWD/android/android.pri)
|
||||
include ($$PWD/inputcontrol/inputcontrol.pri)
|
||||
include ($$PWD/uibase/uibase.pri)
|
||||
|
@ -69,6 +70,7 @@ INCLUDEPATH += \
|
|||
$$PWD/adb \
|
||||
$$PWD/decoder \
|
||||
$$PWD/render \
|
||||
$$PWD/stream \
|
||||
$$PWD/android \
|
||||
$$PWD/inputcontrol \
|
||||
$$PWD/uibase \
|
||||
|
|
|
@ -2,13 +2,11 @@ HEADERS += \
|
|||
$$PWD/decoder.h \
|
||||
$$PWD/fpscounter.h \
|
||||
$$PWD/avframeconvert.h \
|
||||
$$PWD/videobuffer.h \
|
||||
$$PWD/stream.h
|
||||
$$PWD/videobuffer.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/decoder.cpp \
|
||||
$$PWD/fpscounter.cpp \
|
||||
$$PWD/avframeconvert.cpp \
|
||||
$$PWD/videobuffer.cpp \
|
||||
$$PWD/stream.cpp
|
||||
$$PWD/videobuffer.cpp
|
||||
|
||||
|
|
6
QtScrcpy/stream/stream.pri
Normal file
6
QtScrcpy/stream/stream.pri
Normal file
|
@ -0,0 +1,6 @@
|
|||
HEADERS += \
|
||||
$$PWD/stream.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/stream.cpp
|
||||
|
Loading…
Add table
Reference in a new issue