aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LVideoLabel.pri
blob: 384b3aae6980e26d081016f02e7ce35554b027dd (plain)
1
2
3
4
5
6
7
8
9
10
11
QT *= multimedia

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

INCLUDEPATH *= ${PWD}

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