Warning, /frameworks/kdelibs4support/src/KDECoreMacros.cmake is written in an unsupported language. File is not indexed.
0001 0002 # Copyright (c) 2006-2009 Alexander Neundorf, <neundorf@kde.org> 0003 # Copyright (c) 2006, 2007, Laurent Montel, <montel@kde.org> 0004 # Copyright (c) 2007 Matthias Kretz <kretz@kde.org> 0005 # 0006 # Redistribution and use is allowed according to the terms of the BSD license. 0007 # For details see the accompanying COPYING-CMAKE-SCRIPTS file. 0008 0009 0010 macro (KDE4_ADD_KCFG_FILES _sources ) 0011 kconfig_add_kcfg_files( ${_sources} ${ARGN}) 0012 endmacro (KDE4_ADD_KCFG_FILES) 0013 0014 0015 # TODO: This belongs whereever the rest of the kde translation system belongs 0016 # Or in ECM, as it appears to be KDE independent, although it's odd to have such magic for TS files. 0017 macro(KDE4_INSTALL_TS_FILES _lang _sdir) 0018 ki18n_install_ts_files(${_lang} ${_sdir}) 0019 endmacro(KDE4_INSTALL_TS_FILES) 0020