Fix build with qbs

Change-Id: Iff654636522bd41e96dfae6183f95c4dfcb53829
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-08-06 13:40:11 +02:00
parent e7f81afc4f
commit c2f83e3265
5 changed files with 11 additions and 1 deletions

View File

@@ -30,13 +30,16 @@
#ifndef QMLPROJECTFILEFORMAT_H
#define QMLPROJECTFILEFORMAT_H
#include <QCoreApplication>
#include <QString>
namespace QmlProjectManager {
class QmlProjectItem;
class QmlProjectFileFormat
{
Q_DECLARE_TR_FUNCTIONS(QmlProjectManager::QmlProjectFileFormat);
Q_DECLARE_TR_FUNCTIONS(QmlProjectManager::QmlProjectFileFormat)
public:
static QmlProjectItem *parseProjectFile(const QString &fileName, QString *errorMessage = 0);