mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Disable ArcGIS providers (require porting to qt5)
This commit is contained in:
parent
88e4410af1
commit
0666fdb113
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user