Skip to content

Commit 5bc39c9

Browse files
committed
Marked Qt 6 as a required dependency.
1 parent e1e9349 commit 5bc39c9

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
@@ -82,13 +82,13 @@ set(CMAKE_AUTORCC ON)
8282
set(CMAKE_AUTOUIC ON)
8383

8484
find_package(Qt6 6.2.0
85+
REQUIRED
8586
COMPONENTS
8687
Core
8788
DBus
8889
Gui
8990
LinguistTools
9091
Widgets
91-
QUIET
9292
)
9393

9494
# ======================================================

0 commit comments

Comments
 (0)