Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vrplayer.pro « vrplayer - github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1708a7f4e5b301d594fec48f457419e827bf3b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#-------------------------------------------------
#
# Project created by QtCreator 2012-11-13T11:52:36
#
#-------------------------------------------------

QT       += core gui

TARGET = vrplayer
TEMPLATE = app


SOURCES += main.cpp\
    playvideo.cpp \
    mainwindow.cpp \
    mediapacket.cpp \
    playaudio.cpp \
    demuxmedia.cpp \
    ourinterface.cpp \
    dlgabout.cpp

HEADERS  += mainwindow.h \
    mediapacket.h \
    playvideo.h \
    playaudio.h \
    demuxmedia.h \
    ourinterface.h \
    dlgabout.h

FORMS    += mainwindow.ui \
    dlgabout.ui

# added by LK
INCLUDEPATH += ../xrdpvr
INCLUDEPATH += ../xrdpapi

LIBS += -Wl,-rpath
LIBS += -Wl,/usr/local/lib/xrdp

LIBS += -L../xrdpvr/.libs -lxrdpvr
LIBS += -L../xrdpapi/.libs -lxrdpapi
LIBS += -L/usr/lib/x86_64-linux-gnu -lavformat -lavcodec -lavutil