mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
include qdbus in KATIE_TOOLS variable
it was not included because it was not needed for the Qt4 compatibility variables but can be used to solve https://github.com/fluxer/kdelibs/issues/3 Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
12dda308ec
commit
d2da7137d2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue