Skip to content

Commit b3b5830

Browse files
committed
Fix build error adding "PrintSupport" as "Gui" dependency
1 parent e1e5bca commit b3b5830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ endif()
8484
set(qtlib_to_wraplib_Widgets gui)
8585
set(qtlib_to_wraplib_WebKitWidgets webkit)
8686

87-
set(qt5_wrapped_lib_depends_gui Multimedia)
87+
set(qt5_wrapped_lib_depends_gui Multimedia PrintSupport)
8888

8989
foreach(qtlib ${qtlibs})
9090
string(TOLOWER ${qtlib} qtlib_lowercase)

0 commit comments

Comments
 (0)