Qt: Guard GDBController class with an ifdef

This commit is contained in:
Jeffrey Pfau 2014-12-23 23:00:24 -08:00
parent 280c803305
commit 55df6ce26b
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#include <QObject> #include <QObject>
#ifdef USE_GDB_STUB
extern "C" { extern "C" {
#include "debugger/gdb-stub.h" #include "debugger/gdb-stub.h"
} }
@ -46,4 +48,7 @@ private:
}; };
} }
#endif
#endif #endif