1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 17:20:26 +02:00

Remove obsolete qt_add_dbus_adaptor macro

This commit is contained in:
Andreas Sturmlechner
2018-07-07 22:45:06 +02:00
committed by Dominik Schmidt
parent 80d2fa48ec
commit 62feb25f5c
2 changed files with 2 additions and 8 deletions

View File

@@ -188,12 +188,6 @@ endif()
find_package(Qt5LinguistTools REQUIRED)
if( UNIX AND NOT APPLE )
macro(qt_add_dbus_adaptor)
qt5_add_dbus_adaptor(${ARGN})
endmacro()
endif()
macro(setup_qt)
endmacro()