Make QmlProject & QmlRunConfiguration exported classes

Will be used in QmLInspector plugin.
This commit is contained in:
Kai Koehne
2010-01-12 16:56:36 +01:00
parent d5271a086d
commit 7f7e9d8640
5 changed files with 148 additions and 98 deletions

View File

@@ -33,10 +33,11 @@
#include <projectexplorer/iprojectmanager.h>
namespace QmlProjectManager {
namespace Internal {
class QmlProject;
namespace Internal {
class Manager: public ProjectExplorer::IProjectManager
{
Q_OBJECT