[Marble-commits] KDE/kdeedu/marble/src/plugins/render
Michael Drueing
michael at drueing.de
Tue Jun 8 21:05:14 CEST 2010
SVN commit 1136038 by mdrueing:
Disable the aprs plugin on Win32.
It uses private Qt headers which do not get installed (yet) when using emerge on Win32
M +3 -0 CMakeLists.txt
--- trunk/KDE/kdeedu/marble/src/plugins/render/CMakeLists.txt #1136037:1136038
@@ -21,4 +21,7 @@
# add_subdirectory( dataview )
# add_subdirectory( fileview )
+if (NOT WIN32)
add_subdirectory( aprs )
+endif (NOT WIN32)
+
More information about the Marble-commits
mailing list