1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-27 07:44:34 +02:00

Remove obsolete qt_add_dbus_interface macro

This commit is contained in:
Andreas Sturmlechner
2018-07-07 22:43:52 +02:00
committed by Dominik Schmidt
parent 4815dd78c1
commit 80d2fa48ec
3 changed files with 3 additions and 7 deletions

View File

@@ -189,10 +189,6 @@ endif()
find_package(Qt5LinguistTools REQUIRED)
if( UNIX AND NOT APPLE )
macro(qt_add_dbus_interface)
qt5_add_dbus_interface(${ARGN})
endmacro()
macro(qt_add_dbus_adaptor)
qt5_add_dbus_adaptor(${ARGN})
endmacro()