summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@nokia.com>2011-10-31 13:59:29 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-01 01:15:48 +0100
commit3217911bf0b838e12fc8eee5d45b44babdfbc0bc (patch)
tree322eff5d6e23772490a6822cf047dafc4e543421 /src
parent8684d1e799d379a913535b527b301f31cd566a01 (diff)
Fixed sensors' exports on Windows
Change-Id: I27a08cd717e5fc64232dc7b1dccf4fcfee4fc16c Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/sensors/qsensorsglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/qsensorsglobal.h b/src/sensors/qsensorsglobal.h
index 2aaf2576..2d7f0fb0 100644
--- a/src/sensors/qsensorsglobal.h
+++ b/src/sensors/qsensorsglobal.h
@@ -58,7 +58,7 @@
# define Q_SENSORS_EXPORT Q_DECL_IMPORT
# endif
# elif defined(QT_DLL)
-# define Q_SENSORS_EXPORT Q_DECL_EXPORT
+# define Q_SENSORS_EXPORT Q_DECL_IMPORT
# endif
#endif