X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2FCMakeLists.txt;h=af21d5aa483acdd6c524bc7e3f13c53644901dfc;hp=4b909529f6d6e2bf90fa02f1e5700fbd3a37cab2;hb=fd6012176bef7aee91b15030530630679c46c2b5;hpb=7cd594102912dc9d57163d0ee48f033e568467ad diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4b90952..af21d5a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -52,6 +52,7 @@ target_link_libraries(privacybrowser Qt5::Core Qt5::Gui Qt5::Sql + Qt5::PrintSupport Qt5::Widgets Qt5::WebEngineCore Qt5::WebEngineWidgets @@ -105,4 +106,4 @@ ecm_install_icons(ICONS icons/512-apps-privacybrowser.png DESTINATION ${KDE_INST ecm_install_icons(ICONS icons/1024-apps-privacybrowser.png DESTINATION ${KDE_INSTALL_ICONDIR}) # Install the symbolic icon (used by Gnome). -install(FILES icons/privacybrowser-symbolic.svg DESTINATION /usr/share/icons/hicolor/symbolic/apps/) +install(FILES icons/privacybrowser-symbolic.svg DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/symbolic/apps/)