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:
hjk
2020-02-24 18:34:31 +01:00
parent 61dc14b67f
commit 4672013595
12 changed files with 248 additions and 359 deletions

View File

@@ -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