Skip to content

Commit

Permalink
does not need multimedia on wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo committed Feb 13, 2024
1 parent 194f085 commit e3bd7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif()


if(EMSCRIPTEN OR ANDROID)
find_package(Qt6 REQUIRED COMPONENTS Core Gui Quick Qml Multimedia QuickControls2)
find_package(Qt6 REQUIRED COMPONENTS Core Gui Quick Qml QuickControls2)
find_package(EstervDesigns 1.1 REQUIRED COMPONENTS FlatControl CONFIG )
endif(EMSCRIPTEN OR ANDROID)

Expand Down

0 comments on commit e3bd7b3

Please sign in to comment.