aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-05-05 15:24:17 +1000
committerAaron Kennedy <aaron.kennedy@nokia.com>2011-05-05 15:26:17 +1000
commit1332e9277cf68b0232abf666cd0c27c39b766ef1 (patch)
tree078cdb86d3d03b3231f4c234313d5c8914d005e5 /src/declarative/qml/parser
parent21521c2d28e7c00e859fd2a28263b716d550c0fc (diff)
Compilation benchmark
Diffstat (limited to 'src/declarative/qml/parser')
-rw-r--r--src/declarative/qml/parser/qdeclarativejsglobal_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/parser/qdeclarativejsglobal_p.h b/src/declarative/qml/parser/qdeclarativejsglobal_p.h
index 776937cfdf..4fd8b84dcc 100644
--- a/src/declarative/qml/parser/qdeclarativejsglobal_p.h
+++ b/src/declarative/qml/parser/qdeclarativejsglobal_p.h
@@ -58,7 +58,7 @@
#else // !QT_CREATOR
# define QT_QML_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
# define QT_QML_END_NAMESPACE QT_END_NAMESPACE
-# define QML_PARSER_EXPORT
+# define QML_PARSER_EXPORT Q_AUTOTEST_EXPORT
#endif // QT_CREATOR
#endif // QDECLARATIVEJSGLOBAL_P_H