summaryrefslogtreecommitdiff
path: root/platform/qt/src
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-08-01 15:00:23 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-08-05 11:42:22 +0200
commit8b625f4d1f0fed1273b5b51f8216eebedbb5aa4e (patch)
treec2f3f44d2d4bdf4de7c6588482838015c52d8194 /platform/qt/src
parent821e58fdc1a21598e26dda542476ea530ac3c275 (diff)
downloadqtlocation-mapboxgl-8b625f4d1f0fed1273b5b51f8216eebedbb5aa4e.tar.gz
[build] exclude CMake 3.6.0 due to an automoc naming bug
Diffstat (limited to 'platform/qt/src')
-rw-r--r--platform/qt/src/http_file_source.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/qt/src/http_file_source.cpp b/platform/qt/src/http_file_source.cpp
index 89a5171692..87948609df 100644
--- a/platform/qt/src/http_file_source.cpp
+++ b/platform/qt/src/http_file_source.cpp
@@ -12,11 +12,7 @@
// Needs to be on the global namespace
// for linking purposes.
void initResources() {
-#if defined(__APPLE__)
- Q_INIT_RESOURCE(platform_qt_qmapbox);
-#else
Q_INIT_RESOURCE(qmapbox);
-#endif
}
namespace mbgl {