forked from qt-creator/qt-creator
Compile Windows.
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
#include "watchhandler.h"
|
||||
#include "coreengine.h"
|
||||
|
||||
#include <utils/savedaction.h>
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QCoreApplication>
|
||||
|
||||
|
||||
@@ -34,9 +34,11 @@
|
||||
#include "debuggeractions.h"
|
||||
#include "watchutils.h"
|
||||
|
||||
#include <utils/savedaction.h>
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
enum { debug = 1 };
|
||||
enum { debug = 0 };
|
||||
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
@@ -29,6 +29,8 @@
|
||||
|
||||
#include "procinterrupt.h"
|
||||
|
||||
#include <QtCore/QProcess> // makes kill visible on Windows.
|
||||
|
||||
using namespace Debugger::Internal;
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
|
||||
Reference in New Issue
Block a user