diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/CMakeLists.txt | 4 |
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 | ||
119 | qt5_use_modules(${PROJECT_NAME} LINK_PUBLIC Network) | ||
120 | qt5_use_modules(${PROJECT_NAME} LINK_PRIVATE Gui) | ||
121 | target_link_libraries(${PROJECT_NAME} | 119 | target_link_libraries(${PROJECT_NAME} |
122 | PUBLIC | 120 | PUBLIC |
123 | KAsync | 121 | KAsync |
122 | Qt5::Network | ||
124 | PRIVATE | 123 | PRIVATE |
125 | ${storage_LIBS} | 124 | ${storage_LIBS} |
125 | Qt5::Gui | ||
126 | KF5::Mime | 126 | KF5::Mime |
127 | KF5::Contacts | 127 | KF5::Contacts |
128 | ) | 128 | ) |