diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-12-21 13:47:17 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-12-21 14:27:57 (GMT) |
commit | dfe97e359443671f0cea9cddbe2ba0eccbaf48ce (patch) | |
tree | 0faee37e28abb48d550be70cb42e6533a0cc9ccf /tests/auto/qgl | |
parent | aa3351315c9cb2c76933918635c007c1c57ccbf9 (diff) | |
download | Qt-dfe97e359443671f0cea9cddbe2ba0eccbaf48ce.zip Qt-dfe97e359443671f0cea9cddbe2ba0eccbaf48ce.tar.gz Qt-dfe97e359443671f0cea9cddbe2ba0eccbaf48ce.tar.bz2 |
Symbian: Fix exporting and importing of some functions for autotests
Symbian builds seem more strict about properly declaring exports than
other builds, so added proper exporting and importing to some
function declarations.
Task-number: ou1cimx1#957184
Reviewed-by: mread
Diffstat (limited to 'tests/auto/qgl')
-rw-r--r-- | tests/auto/qgl/tst_qgl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgl/tst_qgl.cpp b/tests/auto/qgl/tst_qgl.cpp index 9c51e02..27c8ced 100644 --- a/tests/auto/qgl/tst_qgl.cpp +++ b/tests/auto/qgl/tst_qgl.cpp @@ -648,7 +648,7 @@ void tst_QGL::getSetCheck() #ifdef QT_BUILD_INTERNAL QT_BEGIN_NAMESPACE -extern QGLFormat::OpenGLVersionFlags qOpenGLVersionFlagsFromString(const QString &versionString); +extern Q_AUTOTEST_EXPORT QGLFormat::OpenGLVersionFlags qOpenGLVersionFlagsFromString(const QString &versionString); QT_END_NAMESPACE #endif |