[Decibel] kdesupport/decibel

Dominik Haumann dhdev at gmx.de
Sat Nov 8 20:19:29 CET 2008


Hi,

would be greate if you can try to compile telepathy-qt, tapioca-qt and 
decibel in kdesupport [1].
Right now, those three items are not part of CMakeLists.txt, so before 
compiling kdesupport, please add those three lines to the end of the file:

  macro_optional_add_subdirectory(telepathy-qt)
  macro_optional_add_subdirectory(tapioca-qt)
  macro_optional_add_subdirectory

[1] https://svn.kde.org/home/kde/trunk/kdesupport

Feedback is very much appreciated. If this works for all of you, maybe we 
can enable compilation by default.

Thanks,
Dominik

On Saturday 08 November 2008, Dominik Haumann wrote:
> SVN commit 881692 by dhaumann:
>
> fix building Decibel as submodule of kdesupport
> - don't use CMAKE_SOURCE_DIR, instead use CMAKE_CURRENT_SOURCE_DIR
> - don't use CMAKE_BINARY_DIR, instead use CMAKE_CURRENT_BINARY_DIR
> - fix generation of apidocs
> - use FORCE behind the SET(...) functions in order to set the variables
>   correctly (previously, INCLUDE_INSTALL_DIR was reused from qimageblitz
>   so that the Decibel includes were copied to the qimageblitz folder)
>
> Besides this:
> - disable tests for now, it clashes with the target in strigi (also has
> dbustest) - disable uninstall target, as strigi also has the same
> uninstall target
>
> decibel should work now as standalone module or as part of kdesupport.
>
> Should we add telepathy-qt, tapioca-qt and decibel to
> kdesupport/CMakeLists.txt?
>
> If there are problems, please report asap.
> CCMAIL: decibel at kde.org
>
>
>  M  +17 -7     CMakeLists.txt
>  M  +4 -4      addons/logger/CMakeLists.txt
>  M  +4 -4      demos/accounthandling/CMakeLists.txt
>  M  +4 -4      demos/contacthandling/CMakeLists.txt
>  M  +4 -4      demos/protocolhandling/CMakeLists.txt
>  M  +4 -4      demos/simpleclient/CMakeLists.txt
>  M  +4 -4      demos/textchannelgui/CMakeLists.txt
>  M  +6 -6      docs/CMakeLists.txt
>  M  +509 -509  docs/Doxyfile_client.cmake
>  M  +510 -510  docs/Doxyfile_common.cmake
>  M  +510 -509  docs/Doxyfile_server.cmake
>  M  +2 -2      plugins/accountconnector/simplistic/CMakeLists.txt
>  M  +2 -2      plugins/contactconnector/simplistic/CMakeLists.txt
>  M  +8 -5      src/client/Decibel/CMakeLists.txt
>  M  +1 -1      src/pluginhelper/CMakeLists.txt
>  M  +2 -2      src/server/CMakeLists.txt
>  M  +1 -1      tests/CMakeLists.txt
>  M  +4 -4      tests/server/CMakeLists.txt




More information about the Decibel mailing list