summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-04-07 21:48:11 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-04-11 19:26:10 +0000
commit57ca202484c996c15f7a3caabcfe9199cc75112e (patch)
tree4c53b8daa052a679321d81eae5c81419e5e04358
parent213894299bcfe36c5b2469b2f6574996fdbbfd84 (diff)
downloadqtlocation-57ca202484c996c15f7a3caabcfe9199cc75112e.tar.gz
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>
-rw-r--r--src/plugins/geoservices/itemsoverlay/itemsoverlay.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/geoservices/itemsoverlay/itemsoverlay.pro b/src/plugins/geoservices/itemsoverlay/itemsoverlay.pro
index 2a09a994..1f45de97 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