Skip to content

Commit 93c2803

Browse files
committed
Fix build error adding "QuickWidgets" as "Quick" dependency
1 parent b3b5830 commit 93c2803

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ set(qtlib_to_wraplib_Widgets gui)
8585
set(qtlib_to_wraplib_WebKitWidgets webkit)
8686

8787
set(qt5_wrapped_lib_depends_gui Multimedia PrintSupport)
88+
set(qt5_wrapped_lib_depends_quick QuickWidgets)
8889

8990
foreach(qtlib ${qtlibs})
9091
string(TOLOWER ${qtlib} qtlib_lowercase)

0 commit comments

Comments
 (0)