[Marble-commits] KDE/kdeedu/marble/src/plugins/render

Michael Drueing michael at drueing.de
Tue Jun 8 21:35:38 CEST 2010


SVN commit 1136040 by mdrueing:

Add a comment on why the aprs plugin has been disabled to the CMakeLists.txt
See also bug 241125


 M  +4 -0      CMakeLists.txt  


--- trunk/KDE/kdeedu/marble/src/plugins/render/CMakeLists.txt #1136039:1136040
@@ -21,6 +21,10 @@
 
 # add_subdirectory( dataview )
 # add_subdirectory( fileview )
+
+# FIXME: this is disabled for now because it uses private
+# Qt headers which currently don't get installed by emerge
+# (see Bug 241125)
 if (NOT WIN32)
   add_subdirectory( aprs )
 endif (NOT WIN32)


More information about the Marble-commits mailing list