forked from qt-creator/qt-creator
QmakeProjectManager: Merge QmakeManager into QmakeProjectManagerPrivate
No need for two manager type classes talking mostly to each other. Change-Id: I82a52385df08dc4cddac2d294661341a79b86a4d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "qmakenodes.h"
|
||||
|
||||
#include "qmakeproject.h"
|
||||
#include "qmakeprojectmanager.h"
|
||||
#include "qmakeprojectmanagerplugin.h"
|
||||
|
||||
#include <projectexplorer/buildconfiguration.h>
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
@@ -339,7 +339,7 @@ bool QmakeProFileNode::validParse() const
|
||||
|
||||
void QmakeProFileNode::build()
|
||||
{
|
||||
QmakeManager::buildProduct(getProject(), this);
|
||||
QmakeProjectManagerPlugin::buildProduct(getProject(), this);
|
||||
}
|
||||
|
||||
QStringList QmakeProFileNode::targetApplications() const
|
||||
|
||||
Reference in New Issue
Block a user