Mac build fix

Change-Id: I5b39a1753ed8b64a6e2f3a71ffb6dc9dd0546971
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Eike Ziller
2012-02-23 17:40:48 +01:00
committed by hjk
parent e1970f1823
commit 95cdea6af1
2 changed files with 2 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
#include <QPushButton>
#ifdef Q_OS_MAC
#include <Carbon/Carbon.h>
#include <ApplicationServices/ApplicationServices.h>
#endif
using namespace ProjectExplorer;

View File

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