diff --git a/mythtv/libs/libmyth/libmyth.pro b/mythtv/libs/libmyth/libmyth.pro
index 0ba5a96..fb375fe 100644
a
|
b
|
inc.files += mythhttppool.h remoteutil.h
|
115 | 115 | inc.files += programinfo.h autodeletedeque.h |
116 | 116 | inc.files += programtypes.h recordingtypes.h |
117 | 117 | inc.files += mythrssmanager.h netgrabbermanager.h |
118 | | inc.files += rssparse.h netutils.h |
| 118 | inc.files += rssparse.h netutils.h rawsettingseditor.h |
119 | 119 | |
120 | 120 | # remove when everything is switched to mythui |
121 | 121 | inc.files += virtualkeyboard_qt.h |
diff --git a/mythtv/libs/libmythtv/libmythtv.pro b/mythtv/libs/libmythtv/libmythtv.pro
index 6bfcbe5..e459f86 100644
a
|
b
|
HEADERS += channelscan/scaninfo.h channelscan/channelimporter.h
|
243 | 243 | SOURCES += channelscan/scaninfo.cpp channelscan/channelimporter.cpp |
244 | 244 | |
245 | 245 | inc.path = $${PREFIX}/include/mythtv/ |
246 | | inc.files = playgroup.h |
| 246 | inc.files = playgroup.h mythsystemevent.h recordinginfo.h |
247 | 247 | |
248 | 248 | INSTALLS += inc |