diff options
Diffstat (limited to 'src/plugins/General/fileops/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/fileops/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/fileops/CMakeLists.txt b/src/plugins/General/fileops/CMakeLists.txt index 268af2fed..0272e92df 100644 --- a/src/plugins/General/fileops/CMakeLists.txt +++ b/src/plugins/General/fileops/CMakeLists.txt @@ -55,5 +55,5 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(fileops MODULE ${libfileops_SRCS} ${libfileops_UIS_H} ${libfileops_RCC_SRCS}) add_dependencies(fileops qmmpui) -target_link_libraries(fileops ${QT_LIBRARIES} -lqmmpui -lqmmp) +target_link_libraries(fileops ${QT_LIBRARIES} qmmpui libqmmp) install(TARGETS fileops DESTINATION ${LIB_DIR}/qmmp/General) |
