summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 001a412..8421fc2 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -116,13 +116,13 @@ SET_TARGET_PROPERTIES(${PROJECT_NAME}
116 EXPORT_NAME ${PROJECT_NAME} 116 EXPORT_NAME ${PROJECT_NAME}
117) 117)
118 118
119qt5_use_modules(${PROJECT_NAME} LINK_PUBLIC Network)
120qt5_use_modules(${PROJECT_NAME} LINK_PRIVATE Gui)
121target_link_libraries(${PROJECT_NAME} 119target_link_libraries(${PROJECT_NAME}
122PUBLIC 120PUBLIC
123 KAsync 121 KAsync
122 Qt5::Network
124PRIVATE 123PRIVATE
125 ${storage_LIBS} 124 ${storage_LIBS}
125 Qt5::Gui
126 KF5::Mime 126 KF5::Mime
127 KF5::Contacts 127 KF5::Contacts
128) 128)