Disable ArcGIS providers (require porting to qt5)

This commit is contained in:
Nyall Dawson 2016-09-20 09:46:53 +10:00
parent 88e4410af1
commit 0666fdb113

View File

@ -294,10 +294,9 @@ ENDIF (WITH_TOUCH)
FIND_PACKAGE(QScintilla REQUIRED)
# search for QJSON and decide whether to enable ArcGIS providers
FIND_PACKAGE (QJSON)
IF (QJSON_FOUND AND NOT ENABLE_QT5)
SET (WITH_ARCGIS TRUE)
ENDIF (QJSON_FOUND AND NOT ENABLE_QT5)
# TODO - needs to be ported to qt5
SET (WITH_ARCGIS FALSE)
# Master password hash and authentication encryption
FIND_PACKAGE(QCA REQUIRED)