-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyasem-samsung-smarttv-api.pro
executable file
·97 lines (85 loc) · 1.77 KB
/
yasem-samsung-smarttv-api.pro
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#-------------------------------------------------
#
# Project created by QtCreator 2014-02-11T14:37:09
#
#-------------------------------------------------
VERSION = 0.1.0
QT = core gui widgets xml
CONFIG += c++11
TARGET = yasem-samsung-smarttv-api
TEMPLATE = lib
DEFINES += SAMSUNGSMARTTVWEBPLUGIN_LIBRARY
INCLUDEPATH += ../../yasem-core/
DEPENDPATH += ../../yasem-core/
SOURCES += samsungsmarttvwebplugin.cpp \
audio.cpp \
tvmv.cpp \
frontpanel.cpp \
nnavi.cpp \
tv.cpp \
network.cpp \
screen.cpp \
player.cpp \
filesystem.cpp \
video.cpp \
window.cpp \
appcommon.cpp \
timeapi.cpp \
sefapi.cpp \
samsungprofile.cpp \
configdata.cpp \
imageviewer.cpp \
storage.cpp \
taskmanager.cpp \
device.cpp \
download.cpp \
../../yasem-core/plugin.cpp \
../../yasem-core/stbplugin.cpp
HEADERS += samsungsmarttvwebplugin.h\
samsungsmarttvwebplugin_global.h \
audio.h \
tvmv.h \
frontpanel.h \
nnavi.h \
tv.h \
network.h \
screen.h \
BaseWidget.h \
player.h \
filesystem.h \
video.h \
window.h \
appcommon.h \
timeapi.h \
sefapi.h \
samsungprofile.h \
configdata.h \
imageviewer.h \
storage.h \
taskmanager.h \
device.h \
download.h \
../../yasem-core/plugin.h
unix {
target.path = /usr/lib
INSTALLS += target
}
include(../../common.pri)
DESTDIR = $$DEFAULT_PLUGIN_DIR
OTHER_FILES += \
metadata.json \
js/ime2.js \
js/Include.js \
js/Define.js \
js/Plugin.js \
js/TVKeyValue.js \
js/CM_AVSetting.js \
js/Widget.js \
html/ime.html \
js/Language.js \
js/jquery-2.1.0.min.js \
js/Common_core.js \
LICENSE \
README.md
RESOURCES += \
resources.qrc