1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

Remove obsolete qt_add_resources macro

This commit is contained in:
Andreas Sturmlechner
2018-07-07 22:41:40 +02:00
committed by Dominik Schmidt
parent a563993b71
commit 3b1e0b3cf1
4 changed files with 3 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ function(tomahawk_add_library)
# add resources from current dir
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/resources.qrc")
qt_add_resources(LIBRARY_RC_SOURCES "resources.qrc")
qt5_add_resources(LIBRARY_RC_SOURCES "resources.qrc")
list(APPEND LIBRARY_SOURCES ${LIBRARY_RC_SOURCES})
unset(LIBRARY_RC_SOURCES)
endif()