remove unneeded package finds in interface CMakeLists

This commit is contained in:
Stephen Birarda 2013-08-20 09:56:50 -07:00
parent 71edaa2472
commit 05c9ca7131

View file

@ -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