diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-04-19 17:00:32 -0400 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-04-20 11:46:50 -0400 |
commit | 0d1d0efd60b306f349943e886345b283b4164ebc (patch) | |
tree | dca15b4c927b7bc869a7224c39371bf4e49d5093 /platform/qt | |
parent | 40508a176341d761b497b314363053cd7377780f (diff) | |
download | qtlocation-mapboxgl-0d1d0efd60b306f349943e886345b283b4164ebc.tar.gz |
[qt] Bring back icon.png
Diffstat (limited to 'platform/qt')
-rw-r--r-- | platform/qt/resources/common.qrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/qt/resources/common.qrc b/platform/qt/resources/common.qrc index 4c792b057c..598059d55e 100644 --- a/platform/qt/resources/common.qrc +++ b/platform/qt/resources/common.qrc @@ -1,6 +1,6 @@ <RCC> <qresource prefix="/"> - <file alias="icon.png">../../../common/icon.png</file> + <file alias="icon.png">../../../common/mb-icon-blue-square.png</file> <file alias="default_marker.svg">../../../platform/default/resources/default_marker.svg</file> <file>source1.geojson</file> <file>source2.geojson</file> |