Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Remove needless network components requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
zzndb authored and QxQ committed Dec 14, 2020
1 parent 204cd04 commit fe63eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(QVPLUGIN_USE_QT6)
else()
set(QV_QT_LIBNAME Qt5)
endif()
find_package(${QV_QT_LIBNAME} COMPONENTS Core Widgets Gui Network REQUIRED)
find_package(${QV_QT_LIBNAME} COMPONENTS Core Widgets Gui REQUIRED)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

Expand Down

0 comments on commit fe63eb4

Please sign in to comment.