gstreamer/tests/examples/gl/qt/mousevideooverlay/mousevideooverlay.pri
Matthew Waters 294da02a2f gl/examples: move to -bad
- fix all the compiler errors
- give them their own gl directory
2014-04-29 16:40:08 +10:00

10 lines
180 B
Text

#Header files
HEADERS += ./gstthread.h \
./pipeline.h \
./qrenderer.h
#Source files
SOURCES += ./gstthread.cpp \
./main.cpp \
./pipeline.cpp \
./qrenderer.cpp