mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
remove unneeded package finds in interface CMakeLists
This commit is contained in:
parent
71edaa2472
commit
05c9ca7131
1 changed files with 0 additions and 2 deletions
|
@ -50,8 +50,6 @@ find_package(Qt5Gui REQUIRED)
|
|||
find_package(Qt5Network REQUIRED)
|
||||
find_package(Qt5OpenGL REQUIRED)
|
||||
find_package(Qt5Svg REQUIRED)
|
||||
find_package(Qt5WebKit REQUIRED)
|
||||
find_package(Qt5Widgets REQUIRED)
|
||||
|
||||
if (APPLE)
|
||||
# set how the icon shows up in the Info.plist file
|
||||
|
|
Loading…
Reference in a new issue