[mythtv] SVN trunk bulds failing if you don't have QT3 installed at all..

buzz davidbuzz at gmail.com
Sun May 4 11:41:04 UTC 2008


I was getting a failure to build at SVN 7246  untill I did this (see
trivial patch below)  - is anyone else seeing this problem ( you must not
have any QT3 installed to see this problem )?    I'm on win32 as well, but I
don't think that's related in this case, is it?

Buzz.
Index: filtermanager.h
===================================================================
--- filtermanager.h (revision 17246)
+++ filtermanager.h (working copy)
@@ -13,6 +13,7 @@

 // Qt headers
 #include <QString>
+#include <Q3PtrList>

 typedef map<QString,void*>       library_map_t;
 typedef map<QString,FilterInfo*> filter_map_t;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20080504/f094a078/attachment.htm 


More information about the mythtv-dev mailing list