[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/parley
From:       Frederik Gladhorn <frederik.gladhorn () gmx ! de>
Date:       2008-02-03 2:27:33
Message-ID: 1202005653.188843.32070.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 770225 by gladhorn:

Initial version of the vocabulary plasmoid.


 M  +9 -0      CMakeLists.txt  
 A             plasmoid (directory)  
 A             plasmoid/CMakeLists.txt  
 A             plasmoid/config.ui  
 A             plasmoid/parley_plasma.cpp   [License: GPL (v2+)]
 A             plasmoid/parley_plasma.h   [License: GPL (v2+)]
 A             plasmoid/parley_plasma_card.svg  
 A             plasmoid/plasma_parley.desktop  


--- trunk/KDE/kdeedu/parley/CMakeLists.txt #770224:770225
@@ -1,8 +1,17 @@
 project(parley)
 
+macro_optional_find_package(Plasma)
+macro_bool_to_01(PLASMA_FOUND HAVE_PLASMA)
+macro_log_feature(PLASMA_FOUND "Plasma" "Plasma is the KDE4 desktop" \
"http://plasma.kde.org" FALSE "" "Provides a Parley Plasmoid") +
 add_subdirectory( practice )
 add_subdirectory( src )
 add_subdirectory( icons )
 add_subdirectory( examples )
 add_subdirectory( tipofday )
 
+if(HAVE_PLASMA)
+        add_subdirectory(plasmoid)
+endif(HAVE_PLASMA)
+
+


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic