no message
parent
62157beed0
commit
d9bfd3dc69
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue