From 57ca202484c996c15f7a3caabcfe9199cc75112e Mon Sep 17 00:00:00 2001
From: Paolo Angelelli <paolo.angelelli@qt.io>
Date: Fri, 7 Apr 2017 21:48:11 +0200
Subject: [PATCH] Fix itemsoverlay .pro file structure

This patch makes the structure of the pro file of the itemsoverlay
plugin the same as the other plugins (like the mapbox plugin).

Change-Id: Iada6296562282b238c6f793b9f0b80ade8ec6ddf
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
---
 src/plugins/geoservices/itemsoverlay/itemsoverlay.pro | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/plugins/geoservices/itemsoverlay/itemsoverlay.pro b/src/plugins/geoservices/itemsoverlay/itemsoverlay.pro
index 2a09a994e..1f45de97f 100644
--- a/src/plugins/geoservices/itemsoverlay/itemsoverlay.pro
+++ b/src/plugins/geoservices/itemsoverlay/itemsoverlay.pro
@@ -12,9 +12,10 @@ SOURCES += \
     qgeomappingmanagerengineitemsoverlay.cpp \
     qgeomapitemsoverlay.cpp
 
+OTHER_FILES += \
+    itemsoverlay_plugin.json
+
 PLUGIN_TYPE = geoservices
 PLUGIN_CLASS_NAME = QGeoServiceProviderFactoryItemsOverlay
 load(qt_plugin)
 
-DISTFILES += \
-    itemsoverlay_plugin.json
-- 
GitLab