aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-04-21 15:03:41 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-04-21 15:03:41 +0200
commitc9907b36f113d2d51aea165965a6c6458e487c6a (patch)
tree4a2747d5604b2177ce6b4eca345e9738d766277c
parentWhy was there a '=' after return (diff)
downloadsmolbote-c9907b36f113d2d51aea165965a6c6458e487c6a.tar.xz
Add boost to poi link libraries
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4e4d135..1321604 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -63,6 +63,7 @@ target_include_directories(poi
target_link_libraries(poi
Qt5::Core Qt5::Widgets Qt5::Concurrent Qt5::WebEngineWidgets
+ ${Boost_LIBRARIES}
about
configuration
bookmarks downloads)