From a3ee9bc23ead3ca88cb6787ca7add085d1d8ffcc Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 17 Oct 2011 15:16:31 +1000 Subject: First step of removal of Q_SENSORS_EXPXORT macro from qglobal.h Each module handles its own exports. We need to change the QtSensors version, remove the qglobal.h define and then add it back under the old name in QtSensors. Change-Id: I4183b7fcfc46469745c11c373d3122f02d64ccc7 Reviewed-by: Alex --- tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp') diff --git a/tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp b/tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp index 25419bc5..3ba2ed4e 100644 --- a/tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp +++ b/tests/auto/sensors2qmlapi/tst_sensors2qmlapi.cpp @@ -53,7 +53,7 @@ QDeclAccelerometer* TestSensorPlugin::stAccel = 0; QDeclAmbientLightSensor* TestSensorPlugin::stAbl = 0; QDeclProximitySensor* TestSensorPlugin::stProxi = 0; -Q_SENSORS_EXPORT void sensors_unit_test_hook(int index); +Q_SENSORS_EXPORT_TEMP void sensors_unit_test_hook(int index); class tst_Sensors2QMLAPI : public QObject { -- cgit v1.2.3