From 074b0b86747198ee1862ca0450d5192137cccdee Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 6 Mar 2006 15:27:56 +0000 Subject: 2006-03-06 Thiago Macieira * qt/dbusidl2cpp.cpp: * qt/Makefile.am: add the dbusidl2cpp tool, the replacement for dcopidl2cpp, found in the KDE installations (or the more modern kalyptus): generate Qt4 C++ code for the input XML introspection. Currently no IDL parsing. --- qt/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qt/Makefile.am') diff --git a/qt/Makefile.am b/qt/Makefile.am index b133ece5..1f87216b 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -60,6 +60,10 @@ libdbus_qt4_1_la_SOURCES = \ qdbusvariant.h \ qdbusxmlparser_p.h +bin_PROGRAMS = dbusidl2cpp +dbusidl2cpp_SOURCES = dbusidl2cpp.cpp +dbusidl2cpp_LDFLAGS = $(all_libraries) -no-undefined +dbusidl2cpp_LDADD = $(LIB_QTCORE) libdbus-qt4-1.la qdbusabstractadaptor.lo: qdbusabstractadaptor.moc qdbusabstractadaptor_p.moc qdbusserver.lo: qdbusserver.moc -- cgit