forked from qt-creator/qt-creator
Heob: Compile fix for MinGW
Task-number: QTCREATORBUG-20347 Change-Id: I13d0e4cae19a1623113f113dc6fe7e245d54be8c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -97,6 +97,7 @@
|
|||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
#include <QSpinBox>
|
#include <QSpinBox>
|
||||||
#include <QStandardPaths>
|
#include <QStandardPaths>
|
||||||
|
#include <QVBoxLayout>
|
||||||
#include <QWinEventNotifier>
|
#include <QWinEventNotifier>
|
||||||
|
|
||||||
#include <utils/winutils.h>
|
#include <utils/winutils.h>
|
||||||
@@ -733,7 +734,8 @@ void MemcheckTool::heobAction()
|
|||||||
if (Project *project = SessionManager::startupProject()) {
|
if (Project *project = SessionManager::startupProject()) {
|
||||||
if (Target *target = project->activeTarget()) {
|
if (Target *target = project->activeTarget()) {
|
||||||
if (RunConfiguration *rc = target->activeRunConfiguration()) {
|
if (RunConfiguration *rc = target->activeRunConfiguration()) {
|
||||||
if (kit = target->kit()) {
|
kit = target->kit();
|
||||||
|
if (kit) {
|
||||||
abi = ToolChainKitInformation::targetAbi(kit);
|
abi = ToolChainKitInformation::targetAbi(kit);
|
||||||
|
|
||||||
const Runnable runnable = rc->runnable();
|
const Runnable runnable = rc->runnable();
|
||||||
|
Reference in New Issue
Block a user