Initial copy of QtMultimediaKit.
Comes from original repo, with SHA1: 2c82d5611655e5967f5c5095af50c0991c4378b2
This commit is contained in:
31
src/plugins/directshow/camera/camera.pri
Normal file
31
src/plugins/directshow/camera/camera.pri
Normal file
@@ -0,0 +1,31 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
DEFINES += QMEDIA_DIRECTSHOW_CAMERA
|
||||
|
||||
win32-g++: DEFINES += QT_NO_WMSDK
|
||||
|
||||
win32: DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/dscameraservice.h \
|
||||
$$PWD/dscameracontrol.h \
|
||||
$$PWD/dsvideorenderer.h \
|
||||
$$PWD/dsvideodevicecontrol.h \
|
||||
$$PWD/dsimagecapturecontrol.h \
|
||||
$$PWD/dscamerasession.h \
|
||||
$$PWD/dsvideowidgetcontrol.h \
|
||||
$$PWD/dscameraservice.h \
|
||||
$$PWD/directshowglobal.h
|
||||
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/dscameraservice.cpp \
|
||||
$$PWD/dscameracontrol.cpp \
|
||||
$$PWD/dsvideorenderer.cpp \
|
||||
$$PWD/dsvideodevicecontrol.cpp \
|
||||
$$PWD/dsimagecapturecontrol.cpp \
|
||||
$$PWD/dscamerasession.cpp \
|
||||
$$PWD/dsvideowidgetcontrol.cpp
|
||||
|
||||
INCLUDEPATH += $(DXSDK_DIR)/include
|
||||
LIBS += -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32
|
||||
Reference in New Issue
Block a user