Skip to content

Commit

Permalink
remove quotes to check if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx committed Apr 14, 2024
1 parent 4aa5d2a commit bcf8bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/BuildPlugin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MACRO(BUILD_PLUGIN PLUGIN_NAME)
ADD_GEN_QRC(RCC_OUT "${PLUGIN_NAME}.qrc" PREFIX artwork/${PLUGIN_NAME} ${PLUGIN_EMBEDDED_RESOURCES})
ENDIF(ER_LEN)

set_target_properties("${PLUGIN_NAME}" PROPERTIES AUTOUIC_SEARCH_PATHS ${PLUGIN_DIR})
set_target_properties(${PLUGIN_NAME} PROPERTIES AUTOUIC_SEARCH_PATHS ${PLUGIN_DIR})

FOREACH(f ${PLUGIN_SOURCES})
ADD_FILE_DEPENDENCIES(${f} ${RCC_OUT})
Expand Down

0 comments on commit bcf8bbf

Please sign in to comment.