Skip to content
Snippets Groups Projects
Commit e7f8fc7a authored by bence98's avatar bence98
Browse files

Fix CMakeLists: add Qt5 COMPONENTS

parent 5715fd5a
Branches qt5
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
option(ENABLE_WEBSOCKET FALSE)
option(ENABLE_TESTS FALSE)
find_package(Qt5)
find_package(Qt5 COMPONENTS Core Gui Network Concurrent)
add_subdirectory(src)
if(ENABLE_WEBSOCKET)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment