diff options
Diffstat (limited to 'src/plugins/General/hal/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/hal/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hal/CMakeLists.txt b/src/plugins/General/hal/CMakeLists.txt index d6f786962..0216c65fb 100644 --- a/src/plugins/General/hal/CMakeLists.txt +++ b/src/plugins/General/hal/CMakeLists.txt @@ -33,4 +33,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(hal MODULE ${libhal_SRCS} ${libhal_UIS_H} ${libhal_RCC_SRCS}) add_dependencies(hal qmmpui) target_link_libraries(hal Qt5::Widgets Qt5::DBus -lqmmpui -lqmmp) -install(TARGETS hal DESTINATION ${LIB_DIR}/qmmp/General) +install(TARGETS hal DESTINATION ${PLUGIN_DIR}/General) |
