Install headers to allow plugins to call myth events
From: Dave Badia <dbadia@gmail.com>
---
mythtv/libs/libmyth/libmyth.pro | 3 ++-
mythtv/libs/libmythtv/libmythtv.pro | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/mythtv/libs/libmyth/libmyth.pro b/mythtv/libs/libmyth/libmyth.pro
index 10e0648..4a48122 100644
a
|
b
|
HEADERS += rawsettingseditor.h hardwareprofile.h
|
35 | 35 | HEADERS += programinfo.h programinfoupdater.h |
36 | 36 | HEADERS += programtypes.h recordingtypes.h |
37 | 37 | HEADERS += mythrssmanager.h netgrabbermanager.h |
38 | | HEADERS += rssparse.h netutils.h |
| 38 | HEADERS += rssparse.h netutils.h rawsettingseditor.h |
39 | 39 | |
40 | 40 | # remove when everything is switched to mythui |
41 | 41 | HEADERS += virtualkeyboard_qt.h |
… |
… |
inc.files += programinfo.h hardwareprofile.h
|
116 | 116 | inc.files += programtypes.h recordingtypes.h |
117 | 117 | inc.files += mythrssmanager.h netgrabbermanager.h |
118 | 118 | inc.files += rssparse.h netutils.h |
| 119 | inc.files += rawsettingseditor.h |
119 | 120 | |
120 | 121 | # remove when everything is switched to mythui |
121 | 122 | inc.files += virtualkeyboard_qt.h |
diff --git a/mythtv/libs/libmythtv/libmythtv.pro b/mythtv/libs/libmythtv/libmythtv.pro
index 0776489..c7fa678 100644
a
|
b
|
SOURCES += channelscan/scaninfo.cpp channelscan/channelimporter.cpp
|
247 | 247 | |
248 | 248 | inc.path = $${PREFIX}/include/mythtv/ |
249 | 249 | inc.files = playgroup.h |
250 | | inc.files += mythtvexp.h |
| 250 | inc.files += mythtvexp.h mythsystemevent.h |
| 251 | inc.files += recordinginfo.h |
251 | 252 | |
252 | 253 | INSTALLS += inc |
253 | 254 | |