aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LVideoSurface.pri
blob: 469b8c93d4e885616b4ecc5a5e65f211ab92a7e3 (plain)
1
2
3
4
5
6
7
8
9
QT *= multimedia

HEADERS *= $${PWD}/LVideoSurface.h
SOURCES *= $${PWD}/LVideoSurface.cpp

INCLUDEPATH *= ${PWD}

#Now the other dependendies of it
#include(LUtils.pri)
bgstack15