diff options
author | Oliver Wolff <oliver.wolff@nokia.com> | 2011-10-31 13:59:29 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-11-01 01:15:48 +0100 |
commit | 3217911bf0b838e12fc8eee5d45b44babdfbc0bc (patch) | |
tree | 322eff5d6e23772490a6822cf047dafc4e543421 /src | |
parent | 8684d1e799d379a913535b527b301f31cd566a01 (diff) | |
download | qtsensors-3217911bf0b838e12fc8eee5d45b44babdfbc0bc.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/qsensorsglobal.h b/src/sensors/qsensorsglobal.h index 2aaf257..2d7f0fb 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 |