forked from qt-creator/qt-creator
Qmake: Move context build action handling to build system
Among others, this removes the wart introduced in 4d3d2d0dfb.
Change-Id: Iafa63f6e4cca327a1d1dd6a8bbcfaa10032327db
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include "qmakenodes.h"
|
||||
|
||||
#include "qmakeproject.h"
|
||||
#include "qmakeprojectmanagerplugin.h"
|
||||
|
||||
#include <projectexplorer/buildconfiguration.h>
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
@@ -343,7 +342,7 @@ bool QmakeProFileNode::validParse() const
|
||||
|
||||
void QmakeProFileNode::build()
|
||||
{
|
||||
QmakeProjectManagerPlugin::buildProduct(getProject(), this);
|
||||
m_buildSystem->buildHelper(QmakeBuildSystem::BUILD, false, this, nullptr);
|
||||
}
|
||||
|
||||
QStringList QmakeProFileNode::targetApplications() const
|
||||
|
||||
Reference in New Issue
Block a user