Skip to content

Commit

Permalink
Update DeployApp.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfug committed Mar 8, 2024
1 parent 5edae95 commit a7d4f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DeployApp.cmake
Expand Up @@ -5,7 +5,7 @@ find_package(Qt6 COMPONENTS Core Core5Compat Concurrent Gui OpenGL Network Widge
)

if (NOT Qt6_FOUND)
find_package(Qt5 5.15 REQUIRED COMPONENTS Core Concurrent Gui OpenGL Network Widgets
find_package(Qt5 5.15 COMPONENTS Core Concurrent Gui OpenGL Network Widgets
OPTIONAL_COMPONENTS SerialPort WebSockets QuickWidgets QuickControls2 Quick Qml LinguistTools
QUIET
)
Expand Down

0 comments on commit a7d4f2e

Please sign in to comment.