Skip to content

Commit 0666fdb

Browse files
committed
Disable ArcGIS providers (require porting to qt5)
1 parent 88e4410 commit 0666fdb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,9 @@ ENDIF (WITH_TOUCH)
294294
FIND_PACKAGE(QScintilla REQUIRED)
295295

296296
# search for QJSON and decide whether to enable ArcGIS providers
297-
FIND_PACKAGE (QJSON)
298-
IF (QJSON_FOUND AND NOT ENABLE_QT5)
299-
SET (WITH_ARCGIS TRUE)
300-
ENDIF (QJSON_FOUND AND NOT ENABLE_QT5)
297+
298+
# TODO - needs to be ported to qt5
299+
SET (WITH_ARCGIS FALSE)
301300

302301
# Master password hash and authentication encryption
303302
FIND_PACKAGE(QCA REQUIRED)

0 commit comments

Comments
 (0)