summaryrefslogtreecommitdiff
path: root/src/location/qlocationglobal.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-11-23 15:09:42 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-25 02:40:20 +0100
commitc7d4517b4b8be9546600ca94a5112f466641f8bc (patch)
tree63d332581b0bf2eb5afcbaeed519803212e6f5f7 /src/location/qlocationglobal.h
parent99561c204d024b86c80caa7090ec834bfb28abde (diff)
downloadqtlocation-c7d4517b4b8be9546600ca94a5112f466641f8bc.tar.gz
Fix compilation on Windows.
Bring export definitions in qlocationglobal.h in line with other modules, fix includes. Change-Id: Ie81421a1e2a3e6a413732281cbd303355b87478c Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location/qlocationglobal.h')
-rw-r--r--src/location/qlocationglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/qlocationglobal.h b/src/location/qlocationglobal.h
index feae8c83..8af6df8c 100644
--- a/src/location/qlocationglobal.h
+++ b/src/location/qlocationglobal.h
@@ -57,7 +57,7 @@
# define Q_LOCATION_EXPORT Q_DECL_IMPORT
# endif
# elif defined(QT_DLL)
-# define Q_LOCATION_EXPORT Q_DECL_EXPORT
+# define Q_LOCATION_EXPORT Q_DECL_IMPORT
# endif
#endif