no message

master
DESKTOP-4RNDQIC\29019 2021-10-19 00:36:47 +08:00
parent 62157beed0
commit d9bfd3dc69
1 changed files with 8 additions and 0 deletions

View File

@ -20,15 +20,23 @@ INCLUDEPATH += third/include/
LIBS += -L$$PWD/third/lib libwebrtc.lib ole32.lib oleaut32.lib strmiids.lib
SOURCES += \
src/conductor.cc \
src/cplaywidget.cpp \
src/defaults.cc \
src/main.cpp \
src/main_wnd.cc \
src/mainwindow.cpp \
src/peer_connection_client.cc \
src/video_capture.cpp \
src/video_capturer_test.cpp
HEADERS += \
src/conductor.h \
src/cplaywidget.h \
src/defaults.h \
src/main_wnd.h \
src/mainwindow.h \
src/peer_connection_client.h \
src/video_capture.h \
src/video_capturer_test.h