1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 18:33:16 +02:00

Remove obsolete qt_wrap_ui macro

This commit is contained in:
Andreas Sturmlechner
2018-07-07 22:40:25 +02:00
committed by Dominik Schmidt
parent 57bc920534
commit a563993b71
5 changed files with 4 additions and 8 deletions

View File

@@ -186,10 +186,6 @@ if(WIN32)
find_package(Qt5WinExtras REQUIRED)
endif()
macro(qt_wrap_ui)
qt5_wrap_ui(${ARGN})
endmacro()
macro(qt_add_resources)
qt5_add_resources(${ARGN})
endmacro()