Skip to content

Commit

Permalink
Fix cmake complains no <QPrinter>
Browse files Browse the repository at this point in the history
  • Loading branch information
Canvis-Me authored and shenlebantongying committed Feb 1, 2024
1 parent d15425a commit a7e07ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ find_package(Qt6 REQUIRED COMPONENTS
Core5Compat
LinguistTools
Multimedia
PrintSupport
WebEngineWidgets
Widgets
Svg
Expand Down Expand Up @@ -125,6 +126,7 @@ target_link_libraries(${GOLDENDICT} PRIVATE
Qt6::Concurrent
Qt6::Core5Compat
Qt6::Multimedia
Qt6::PrintSupport
Qt6::WebEngineWidgets
Qt6::Widgets
Qt6::Svg
Expand Down

0 comments on commit a7e07ea

Please sign in to comment.