]> cloud.milkyroute.net Git - dolphin.git/blobdiff - cmake/DbusInterfaceMacros.cmake
Merge branch 'release/20.08' into master
[dolphin.git] / cmake / DbusInterfaceMacros.cmake
index 0fd2f4c1fb72ad3c87b5683f72cf7b52454fa883..b5f6a80b0b6f0a3fd417eda9ff280ed13c259268 100644 (file)
@@ -4,15 +4,15 @@ macro (generate_and_install_dbus_interface main_project_target header_file outpu
         ${output_xml_file}
     )
     add_custom_target(
-        ${output_xml_file}
+        ${output_xml_file}_target
         SOURCES ${CMAKE_CURRENT_BINARY_DIR}/${output_xml_file}
-       )
+    )
     install(
         FILES ${CMAKE_CURRENT_BINARY_DIR}/${output_xml_file}
-        DESTINATION ${DBUS_INTERFACES_INSTALL_DIR}
+        DESTINATION ${KDE_INSTALL_DBUSINTERFACEDIR}
     )
     add_dependencies(
         ${main_project_target}
-        ${output_xml_file}
+        ${output_xml_file}_target
     )
 endmacro ()