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

warnings--

This commit is contained in:
Dominik Schmidt
2012-05-20 15:47:02 +02:00
parent 717b04623f
commit edb34eef59
19 changed files with 39 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ macro(add_tomahawk_plugin)
list(APPEND PLUGIN_SOURCES ${PLUGIN_UI_SOURCES})
endif()
if(EXISTS "resources.qrc")
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/resources.qrc")
qt4_add_resources(PLUGIN_RC_SOURCES "resources.qrc")
list(APPEND PLUGIN_SOURCES ${PLUGIN_RC_SOURCES})
unset(PLUGIN_RC_SOURCES)