mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-10-03 22:59:40 +00:00
9 lines
171 B
Text
9 lines
171 B
Text
HEADERS += \
|
|
$$PWD/server.h \
|
|
$$PWD/tcpserver.h \
|
|
$$PWD/videosocket.h
|
|
|
|
SOURCES += \
|
|
$$PWD/server.cpp \
|
|
$$PWD/tcpserver.cpp \
|
|
$$PWD/videosocket.cpp
|