[Marble-commits] KDE/kdeedu/marble
Dennis Nienhüser
earthwings at gentoo.org
Tue Sep 28 23:01:19 CEST 2010
SVN commit 1180773 by nienhueser:
Plugin to inhibit the screensaver when a position provider is active (turn-by-turn navigation mode).
Should be refactored later (new plugin type, see comment in CMakeLists.txt)
RB: 5167
A FindQtsysteminfo.cmake
M +7 -1 src/plugins/render/CMakeLists.txt
A src/plugins/render/inhibit-screensaver (directory)
A src/plugins/render/inhibit-screensaver/CMakeLists.txt
A src/plugins/render/inhibit-screensaver/InhibitScreensaverPlugin.cpp [License: LGPL]
A src/plugins/render/inhibit-screensaver/InhibitScreensaverPlugin.h [License: LGPL]
--- trunk/KDE/kdeedu/marble/src/plugins/render/CMakeLists.txt #1180772:1180773
@@ -22,7 +22,13 @@
add_subdirectory( routing )
+find_package(Qtsysteminfo)
+if(QtSystemInfo_FOUND)
+ # FIXME: The inhibit-screensaver plugin stresses the term render plugin a bit far.
+ # It should be moved to a new plugin type later.
+ add_subdirectory( inhibit-screensaver )
+endif(QtSystemInfo_FOUND)
+
if (NOT WIN32)
add_subdirectory( aprs )
endif (NOT WIN32)
-
More information about the Marble-commits
mailing list