SVN commit 845918 by staniek: replaced DATA_INSTALL_DIR with KDE4_DATA_DIR in macro kcfg_generate_dbus_interface; DATA_INSTALL_DIR is apparently empty in this context on Windows
CCMAIL:[email protected] CCMAIL:[EMAIL PROTECTED] M +2 -2 CMakeLists.txt --- trunk/KDE/kdepim/akonadi/CMakeLists.txt #845917:845918 @@ -14,10 +14,10 @@ add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_name}.xml COMMAND ${XSLTPROC_EXECUTABLE} --stringparam interfaceName ${_name} - ${DATA_INSTALL_DIR}/akonadi-kde/kcfg2dbus.xsl + ${KDE4_DATA_DIR}/akonadi-kde/kcfg2dbus.xsl ${_kcfg} > ${CMAKE_CURRENT_BINARY_DIR}/${_name}.xml - DEPENDS ${DATA_INSTALL_DIR}/akonadi-kde/kcfg2dbus.xsl + DEPENDS ${KDE4_DATA_DIR}/akonadi-kde/kcfg2dbus.xsl ${_kcfg} ) endmacro( kcfg_generate_dbus_interface ) _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
