summaryrefslogtreecommitdiff
path: root/src/location/location.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-08-12 10:33:38 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-08-12 11:12:13 +0200
commitd36729c1632871782f31506d61d2f3d915533550 (patch)
tree0f3daed0f3f1c9059bd4a57ece236f16e2d71b72 /src/location/location.pro
parent5dddfc5121cac154023569fe69b417054ba53188 (diff)
downloadqtlocation-d36729c1632871782f31506d61d2f3d915533550.tar.gz
Make QtLocation compile with pre-compiled headers
For some mystical reason Polygon is redefined by an unknown Windows header preventing this file from compiling if Qt is compiled with pre-compiled headers. The workaround is to simply rename this private type. Discussed-in: http://lists.qt-project.org/pipermail/development/2014-May/017125.html Task-number: QTBUG-39692 Change-Id: If71e1a12394dfde7729d0505417a37b9fd407c82 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com>
Diffstat (limited to 'src/location/location.pro')
-rw-r--r--src/location/location.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/location/location.pro b/src/location/location.pro
index 3906464a..052a1970 100644
--- a/src/location/location.pro
+++ b/src/location/location.pro
@@ -4,7 +4,6 @@ QT = core-private positioning-private
MODULE_PLUGIN_TYPES = \
geoservices
-CONFIG -= precompile_header
QMAKE_DOCS = $$PWD/doc/qtlocation.qdocconf
OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator