Qt5: QtLocation is not needed

This commit is contained in:
Daniel Molkentin 2014-03-25 22:52:23 +01:00
parent 3ac1849963
commit 7c7fad78f7

View file

@ -14,7 +14,6 @@ if( NOT BUILD_WITH_QT4 )
find_package(Qt5Network REQUIRED)
find_package(Qt5Sensors REQUIRED)
find_package(Qt5Xml REQUIRED)
find_package(Qt5Location REQUIRED)
find_package(Qt5WebKitWidgets REQUIRED)
if(APPLE)
find_package(Qt5MacExtras REQUIRED)