summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-03-02 12:41:05 (GMT)
committerTobias Hunger <tobias.hunger@nokia.com>2010-03-02 12:41:05 (GMT)
commit2afda558815bc29c1f54e7b9bcc0312369dd7d79 (patch)
treeac7aeb0a177afeeb864759b2c730dea663bd5a00 /src/declarative
parente0a9e34b6e776be1df3b3fae68d20f242aa07e6a (diff)
downloadQt-2afda558815bc29c1f54e7b9bcc0312369dd7d79.zip
Qt-2afda558815bc29c1f54e7b9bcc0312369dd7d79.tar.gz
Qt-2afda558815bc29c1f54e7b9bcc0312369dd7d79.tar.bz2
Build fix on windows
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/qml/qdeclarativeengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp
index 277c602..ecaea61 100644
--- a/src/declarative/qml/qdeclarativeengine.cpp
+++ b/src/declarative/qml/qdeclarativeengine.cpp
@@ -1733,7 +1733,7 @@ QString QDeclarativeEnginePrivate::resolvePlugin(const QDir &dir, const QString
# ifdef QT_DEBUG
<< QLatin1String("d.dll") // try a qmake-style debug build first
# endif
- << QLatin1String(".dll");
+ << QLatin1String(".dll"));
#elif defined(Q_OS_SYMBIAN)
return resolvePlugin(dir, baseName,
QStringList()