File: vrplayer.pro

package info (click to toggle)
xrdp 0.10.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,700 kB
  • sloc: ansic: 104,062; sh: 5,506; asm: 4,742; cpp: 2,555; makefile: 1,369
file content (42 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (9)
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