From 7b67132753048189b2cfb9c73db6894e617fbe75 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 15 Dec 2017 10:36:22 +1000 Subject: [PATCH] Fix build warning --- src/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index b9e1709629d..7130062923f 100755 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -617,7 +617,6 @@ SET(QGIS_CORE_MOC_HDRS qgsgeometryvalidator.h qgsgml.h qgsgmlschema.h - qgshtmlutils.h qgsmaplayer.h qgsmaplayerlegend.h qgsmaplayermodel.h @@ -890,6 +889,7 @@ SET(QGIS_CORE_HDRS qgsfontutils.h qgsgeometrysimplifier.h qgshistogram.h + qgshtmlutils.h qgsindexedfeature.h qgsinterval.h qgsjsonutils.h