mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
05bfd277a8
- fix all the compiler errors - give them their own gl directory
10 lines
184 B
Text
10 lines
184 B
Text
#Header files
|
|
HEADERS += ./gstthread.h \
|
|
./pipeline.h \
|
|
./qglrenderer.h
|
|
|
|
#Source files
|
|
SOURCES += ./gstthread.cpp \
|
|
./main.cpp \
|
|
./pipeline.cpp \
|
|
./qglrenderer.cpp
|