Commit 57485805 authored by Marc Mutz's avatar Marc Mutz Committed by Qt by Nokia
Browse files

Work around Q_DECLARE_METATYPE(QFileInfo) being added to QtCore


Change-Id: Ic83e5fdaa7ef289f40cbeb4633a75d93d38c0bdb
Reviewed-by: default avatarStephen Kelly <stephen.kelly@kdab.com>
parent 28def0bd
Branches
Tags
No related merge requests found
Showing with 2 additions and 0 deletions
......@@ -171,7 +171,9 @@ struct Options
};
#if defined(QMLSCENE_BUNDLE)
#ifndef QT_QFILEINFO_METATYPE_DEFINED
Q_DECLARE_METATYPE(QFileInfo);
#endif
QFileInfoList findQmlFiles(const QString &dirName)
{
QDir dir(dirName);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment