Allow the 'QtPrinter' header to be found, as described at . diff --git a/CMakeLists.txt b/CMakeLists.txt index fbad8a2..8379c8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ find_package(Qt5Xml) find_package(Qt5Sql) find_package(Qt5Network) find_package(Qt5LinguistTools) +find_package(Qt5PrintSupport REQUIRED) IF(WIN32) find_package(Qt5WinExtras) ENDIF() diff --git a/src/HelpBrowser/CMakeLists.txt b/src/HelpBrowser/CMakeLists.txt index 04319a8..5537dae 100644 --- a/src/HelpBrowser/CMakeLists.txt +++ b/src/HelpBrowser/CMakeLists.txt @@ -29,7 +29,7 @@ QT5_WRAP_UI(FILES_UI_H ${FILES_UI}) ADD_LIBRARY(helpbrowser ${FILES_H} ${FILES_CPP} ${FILES_MOC} ${FILES_UI_H} ${FILES_HXX}) -qt5_use_modules(helpbrowser Core Concurrent Gui Widgets Xml WebKit WebKitWidgets) +qt5_use_modules(helpbrowser Core Concurrent Gui Widgets Xml WebKit WebKitWidgets PrintSupport) SET(FILES_TO_TRANSLATE ${FILES_TO_TRANSLATE} ${FILES_CPP} ${FILES_H} ${FILES_UI} ${FILES_HXX} PARENT_SCOPE) SET(LUMINANCE_MODULES_GUI ${LUMINANCE_MODULES_GUI} helpbrowser PARENT_SCOPE) 5cfeeb3ba0'>refslogtreecommitdiff
path: root/gnu/packages/cluster.scm
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-05gnu: drbd-utils: Update to 9.19.1....* gnu/packages/cluster.scm (drbd-utils): Update to 9.19.1. Marius Bakke
2021-10-11gnu: drbd-utils: Update to 9.19.0....* gnu/packages/cluster.scm (drbd-utils): Update to 9.19.0. [source](uri): Update for new download location. [source](snippet): Adjust faulty substitution. [arguments]: Add #:make-flags. Marius Bakke
2021-09-28gnu: libdqlite: Update to 1.9.0....* gnu/packages/cluster.scm (libdqlite): Update to 1.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andrew Whatson
2021-09-28gnu: libraft: Update to 0.11.2....* gnu/packages/cluster.scm (libraft): Update to 0.11.2. [inputs]: Add lz4. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andrew Whatson
2021-06-05gnu: Add libdqlite....* gnu/packages/cluster.scm (libdqlite): New Variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dion Mendel
2021-05-28gnu: libraft: Update to 0.10.1...* gnu/packages/cluster.scm (libraft): Update to 0.10.1 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dion Mendel