aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mythtv/mythtv/ifdef-qt.diff
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mythtv/mythtv/ifdef-qt.diff')
-rw-r--r--recipes/mythtv/mythtv/ifdef-qt.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mythtv/mythtv/ifdef-qt.diff b/recipes/mythtv/mythtv/ifdef-qt.diff
new file mode 100644
index 0000000000..bdefee11df
--- /dev/null
+++ b/recipes/mythtv/mythtv/ifdef-qt.diff
@@ -0,0 +1,13 @@
+--- /tmp/mythmainwindow.cpp 2008-07-22 18:19:06.000000000 +0200
++++ mythtv/libs/libmythui/mythmainwindow.cpp 2008-07-22 18:19:26.000000000 +0200
+@@ -4,7 +4,10 @@
+
+ #include <algorithm>
+
++#ifdef USE_OPENGL_PAINTER
+ #include <QGLWidget>
++endif
++
+ #include <QApplication>
+ #include <QTimer>
+ #include <QDesktopWidget>