Moved files common to the QML editor and Bauhaus into a separate library.

This commit is contained in:
Erik Verbruggen
2009-12-02 17:59:27 +01:00
parent 57ba6b09fc
commit a8dbba5f6f
59 changed files with 568 additions and 1147 deletions

View File

@@ -2,9 +2,9 @@
#define QMLTASKMANAGER_H
#include <projectexplorer/taskwindow.h>
#include <qmleditor/qmldocument.h>
#include <QtCore/QObject>
#include <qml/qmldocument.h>
#include <QtCore/QObject>
namespace QmlProjectManager {
namespace Internal {