diff options
Diffstat (limited to 'src/plugins/General/library/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/library/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/library/CMakeLists.txt b/src/plugins/General/library/CMakeLists.txt index bcc9f3e70..ae27da0af 100644 --- a/src/plugins/General/library/CMakeLists.txt +++ b/src/plugins/General/library/CMakeLists.txt @@ -31,5 +31,5 @@ QT5_WRAP_UI(liblibrary_UIS_H ${liblibrary_UIS}) include_directories(${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(library MODULE ${liblibrary_SRCS} ${liblibrary_UIS_H} ${liblibrary_RCC_SRCS}) -target_link_libraries(library Qt5::Widgets Qt5::Sql Qt5::Concurrent libqmmpui libqmmp) +target_link_libraries(library Qt5::Widgets Qt5::Sql libqmmpui libqmmp) install(TARGETS library DESTINATION ${PLUGIN_DIR}/General) |
