[Kde-bindings] KDE/kdebindings/smoke
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Wed Aug 1 23:32:22 UTC 2007
SVN commit 695376 by rdale:
* Added a cut down version of the smoke library for writing plasma applets
* Note that it isn't yet very 'cut down', and a lot of headers should be
removed
CCMAIL: kde-bindings at kde.org
M +7 -0 CMakeLists.txt
A plasma (directory)
A plasma/CMakeLists.txt
A plasma/generate.pl.cmake
AM plasma/generate_makefile_am.pl
A plasma/header_list
A plasma/hint_header_list.pl
A plasma/plasma_header_list
A plasma/qt_smoke.h [License: no copyright]
A plasma/qtguess.pl.cmake
--- trunk/KDE/kdebindings/smoke/CMakeLists.txt #695375:695376
@@ -1,5 +1,6 @@
OPTION(ENABLE_SMOKE "build Smoke" ON)
OPTION(ENABLE_SMOKEKDE "build SmokeKDE" ON)
+OPTION(ENABLE_SMOKEPLASMA "build SmokePlasma" ON)
set(SMOKE_ENABLED "no")
if(ENABLE_SMOKE OR ENABLE_SMOKEKDE)
@@ -10,7 +11,13 @@
else(ENABLE_SMOKEKDE)
set(SMOKE_ENABLED "yes - Qt only")
endif(ENABLE_SMOKEKDE)
+
endif(ENABLE_SMOKE OR ENABLE_SMOKEKDE)
+
+if(ENABLE_SMOKEPLASMA)
+ add_subdirectory(plasma)
+endif(ENABLE_SMOKEPLASMA)
+
message(STATUS "Build Smoke... " ${SMOKE_ENABLED})
########### install files ###############
** trunk/KDE/kdebindings/smoke/plasma/generate_makefile_am.pl #property svn:executable
+ *
More information about the Kde-bindings
mailing list