[Kde-bindings] KDE/kdebindings/smoke

Richard Dale Richard_Dale at tipitina.demon.co.uk
Wed Jun 4 09:56:22 UTC 2008


SVN commit 816587 by rdale:

* Add a solid smoke lib. Should it also include the solid stuff in kdebase - is that useful in a
  binding too?
* Ah 'Solid Smoke', now that was a great little record label. I hereby dedicate this commit to
  the memory of the wild rockabilly sounds of the Johnny Burnette Trio on my treasured copy
  of their Solid Smoke LP.

CCMAIL: kde-bindings at kde.org

 M  +6 -0      CMakeLists.txt  
 A             solid (directory)  
 A             solid/CMakeLists.txt  
 A             solid/classlist  
 A             solid/generate.pl.cmake  
 A             solid/header_list  
 A             solid/hint_header_list.pl  
 A             solid/kde_header_list  
 A             solid/solid_header_list  
 A             solid/solid_smoke.h   [License: UNKNOWN]


--- trunk/KDE/kdebindings/smoke/CMakeLists.txt #816586:816587
@@ -6,6 +6,7 @@
 OPTION(ENABLE_SMOKEQTUITOOLS "build SmokeQtUiTools" ON)
 OPTION(ENABLE_SMOKEQSCI "build SmokeQsci" OFF)
 OPTION(ENABLE_SMOKEQWT "build SmokeQwt" OFF)
+OPTION(ENABLE_SMOKESOLID "build SmokeSolid" ON)
 OPTION(ENABLE_SMOKESOPRANO "build SmokeSoprano" OFF)
 OPTION(ENABLE_SMOKEPLASMA "build SmokePlasma" OFF)
 OPTION(ENABLE_SMOKEKDE "build SmokeKDE" ON)
@@ -49,6 +50,11 @@
         set(SMOKE_ENABLED "${SMOKE_ENABLED}, Qwt")
     endif(ENABLE_SMOKEQWT)
 
+    if(ENABLE_SMOKESOLID)
+        add_subdirectory(solid)
+        set(SMOKE_ENABLED "${SMOKE_ENABLED}, Solid")
+    endif(ENABLE_SMOKESOLID)
+
     if(ENABLE_SMOKESOPRANO)
         add_subdirectory(soprano)
         set(SMOKE_ENABLED "${SMOKE_ENABLED}, Soprano")



More information about the Kde-bindings mailing list