diff options
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 34e48c6..b5275e0 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -122,7 +122,7 @@ qt5_use_modules(${PROJECT_NAME} LINK_PUBLIC Network) | |||
122 | qt5_use_modules(${PROJECT_NAME} LINK_PRIVATE Gui) | 122 | qt5_use_modules(${PROJECT_NAME} LINK_PRIVATE Gui) |
123 | target_link_libraries(${PROJECT_NAME} | 123 | target_link_libraries(${PROJECT_NAME} |
124 | PUBLIC | 124 | PUBLIC |
125 | KF5::Async | 125 | KAsync |
126 | PRIVATE | 126 | PRIVATE |
127 | ${storage_LIBS} | 127 | ${storage_LIBS} |
128 | KF5::Mime | 128 | KF5::Mime |