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

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

INCLUDEPATH *= ${PWD}

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