Any idea why this doesn't work?
qt4_generate_dbus_interface( kdedadaptor.h org.kde.kded.xml )
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.kded.xml DESTINATION
${DBUS_INTERFACES_INSTALL_DIR})
and this generated org.kde.kded.xml isn't otherwise used; it's only generated
to be installed (for other modules to use it).
What happens at make install is:
file INSTALL cannot find file "<builddir>/org.kde.kded.xml" to install.
The path in the error message is correct, but somehow the dependency on the
generated file
is missing, it's not generated.
The org.kde.kded.xml file doesn't appear in "make help".
cmake CVS 2.5-20071015
--
David Faure, [EMAIL PROTECTED], sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem