diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-09-16 02:29:28 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-09-16 02:36:01 (GMT) |
commit | 0537750396ea519bbdf2b0fed086d535fc8c53b7 (patch) | |
tree | f1537c7820ec4d420123829551b76397b24e47f1 /src | |
parent | f6bfc5bcbed84a71b22fb04b56ae6eb294e4914d (diff) | |
download | Qt-0537750396ea519bbdf2b0fed086d535fc8c53b7.zip Qt-0537750396ea519bbdf2b0fed086d535fc8c53b7.tar.gz Qt-0537750396ea519bbdf2b0fed086d535fc8c53b7.tar.bz2 |
Compile fix for static build using mingw.
Fix follows the pattern of commit bbf78c9b422c4c7eda7e7fce067578c75d3bc9b3.
Reviewed-by: Martin Jones
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/qml/qdeclarativevaluetype.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativevaluetype.cpp b/src/declarative/qml/qdeclarativevaluetype.cpp index 98e9a58..fda62ee 100644 --- a/src/declarative/qml/qdeclarativevaluetype.cpp +++ b/src/declarative/qml/qdeclarativevaluetype.cpp @@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE -Q_DECL_IMPORT extern int qt_defaultDpi(); +Q_GUI_EXPORT int qt_defaultDpi(); template<typename T> int qmlRegisterValueTypeEnums(const char *qmlName) |