[mythtv] mythbrowser compile

Markus Schulz msc at antzsystem.de
Mon Oct 18 16:59:42 UTC 2010


to compile mythbrowser with QT 4.6.3 (debian) i need to include 
QKeyEvent:


diff --git a/mythplugins/mythbrowser/mythbrowser/mythbrowser.cpp 
b/mythplugins/mythbrowser/mythbrowser/mythbrowser.cpp
index d2dbc1a..1220df5 100644
--- a/mythplugins/mythbrowser/mythbrowser/mythbrowser.cpp
+++ b/mythplugins/mythbrowser/mythbrowser/mythbrowser.cpp
@@ -3,6 +3,7 @@
 
 // qt
 #include <QEvent>
+#include <QKeyEvent>
 
 // myth
 #include "mythverbose.h"


perhaps QEvent include can be removed (don't tried).


msc


More information about the mythtv-dev mailing list