summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsglobal_p.h
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-02-08 18:00:51 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-02-08 18:00:51 (GMT)
commite30d5a56506c4f677d18f9cb867f0bd50615b197 (patch)
tree8e50f9b8884b4aca5b8bf3792ea220e0b35c0aab /src/declarative/qml/parser/qmljsglobal_p.h
parenta764c32ee5cab4b40a0ce6807e1e7c3efcc7bdc8 (diff)
parentfb84fc866825f1f9f6d520cdcc2dcace7e7d77ea (diff)
downloadQt-e30d5a56506c4f677d18f9cb867f0bd50615b197.zip
Qt-e30d5a56506c4f677d18f9cb867f0bd50615b197.tar.gz
Qt-e30d5a56506c4f677d18f9cb867f0bd50615b197.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
Diffstat (limited to 'src/declarative/qml/parser/qmljsglobal_p.h')
-rw-r--r--src/declarative/qml/parser/qmljsglobal_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/parser/qmljsglobal_p.h b/src/declarative/qml/parser/qmljsglobal_p.h
index 59762ff..49e50cf 100644
--- a/src/declarative/qml/parser/qmljsglobal_p.h
+++ b/src/declarative/qml/parser/qmljsglobal_p.h
@@ -47,13 +47,13 @@
# define QT_QML_BEGIN_NAMESPACE
# define QT_QML_END_NAMESPACE
-# ifdef QML_BUILD_LIB
+# ifdef QMLJS_BUILD_DIR
# define QML_PARSER_EXPORT Q_DECL_EXPORT
# elif QML_BUILD_STATIC_LIB
# define QML_PARSER_EXPORT
# else
# define QML_PARSER_EXPORT Q_DECL_IMPORT
-# endif // QML_BUILD_LIB
+# endif // QMLJS_BUILD_DIR
#else // !QT_CREATOR
# define QT_QML_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE