1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 12:21:52 +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

@@ -25,7 +25,7 @@ function(tomahawk_add_library)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
if(LIBRARY_UI)
qt_wrap_ui(LIBRARY_UI_SOURCES ${LIBRARY_UI})
qt5_wrap_ui(LIBRARY_UI_SOURCES ${LIBRARY_UI})
list(APPEND LIBRARY_SOURCES ${LIBRARY_UI_SOURCES})
endif()