Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
noahrav authored Nov 9, 2023
1 parent 06d89bd commit 57cb217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -17,5 +17,6 @@ FetchContent_Declare(
FIND_PACKAGE_ARGS NAMES Qt5
)

set(QT_FEATURE_widgets)
set(QT_FEATURE_gui true)
set(QT_FEATURE_widgets true)
FetchContent_MakeAvailable(qt5)

0 comments on commit 57cb217

Please sign in to comment.