forked from qt-creator/qt-creator
Mac build fix
Change-Id: I5b39a1753ed8b64a6e2f3a71ffb6dc9dd0546971 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
#include <QPushButton>
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
#include <Carbon/Carbon.h>
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#endif
|
||||
|
||||
using namespace ProjectExplorer;
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
QT_FORWARD_DECLARE_CLASS(QIcon)
|
||||
|
||||
namespace Utils { class OutputFormatter; }
|
||||
namespace Debugger { namespace Internal { class DebuggerRunConfigWidget; } }
|
||||
|
||||
namespace ProjectExplorer {
|
||||
class Abi;
|
||||
@@ -120,9 +119,7 @@ public:
|
||||
signals:
|
||||
void debuggersChanged();
|
||||
|
||||
private:
|
||||
friend class RunConfiguration;
|
||||
friend class Debugger::Internal::DebuggerRunConfigWidget;
|
||||
public:
|
||||
RunConfiguration *m_runConfiguration;
|
||||
bool m_useCppDebugger;
|
||||
QmlDebuggerStatus m_useQmlDebugger;
|
||||
|
||||
Reference in New Issue
Block a user