diff --git a/CMakeLists.txt b/CMakeLists.txt index 58318e552..c6cf99726 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -524,7 +524,7 @@ if(NOT WITH_DBUS OR NOT DBUS_FOUND) katie_definition(-DQT_NO_DBUS) else() set(KATIE_COMPONENTS "${KATIE_COMPONENTS} DBus") - set(KATIE_TOOLS "${KATIE_TOOLS} qdbusxml2cpp qdbuscpp2xml qdbusviewer") + set(KATIE_TOOLS "${KATIE_TOOLS} qdbus qdbusxml2cpp qdbuscpp2xml qdbusviewer") endif() if(NOT WITH_CUPS OR NOT CUPS_FOUND)