forked from qt-creator/qt-creator
Fix build with qbs
Change-Id: Iff654636522bd41e96dfae6183f95c4dfcb53829 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -66,6 +66,8 @@ QtcLibrary {
|
||||
"qmljsscopebuilder.h",
|
||||
"qmljsscopechain.cpp",
|
||||
"qmljsscopechain.h",
|
||||
"qmljssimplereader.cpp",
|
||||
"qmljssimplereader.h",
|
||||
"qmljsstaticanalysismessage.cpp",
|
||||
"qmljsstaticanalysismessage.h",
|
||||
"qmljstypedescriptionreader.cpp",
|
||||
|
@@ -32,6 +32,9 @@
|
||||
#include "filefilteritems.h"
|
||||
#include <qmljs/qmljssimplereader.h>
|
||||
|
||||
#include <QVariant>
|
||||
#include <QDebug>
|
||||
|
||||
enum {
|
||||
debug = false
|
||||
};
|
||||
|
@@ -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);
|
||||
|
@@ -12,6 +12,7 @@ QtcPlugin {
|
||||
Depends { name: "QmlJSEditor" }
|
||||
Depends { name: "QmlJS" }
|
||||
Depends { name: "QmlJSTools" }
|
||||
Depends { name: "QmlDebug" }
|
||||
Depends { name: "Debugger" }
|
||||
Depends { name: "QtSupport" }
|
||||
Depends { name: "app_version_header" }
|
||||
|
@@ -9,6 +9,7 @@ QtcPlugin {
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "Debugger" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "QmlDebug" }
|
||||
Depends { name: "QtSupport" }
|
||||
Depends { name: "Qt4ProjectManager" }
|
||||
Depends { name: "RemoteLinux" }
|
||||
|
Reference in New Issue
Block a user