mirror of https://github.com/mgba-emu/mgba.git
Qt: Guard GDBController class with an ifdef
This commit is contained in:
parent
280c803305
commit
55df6ce26b
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include <QObject>
|
||||
|
||||
#ifdef USE_GDB_STUB
|
||||
|
||||
extern "C" {
|
||||
#include "debugger/gdb-stub.h"
|
||||
}
|
||||
|
@ -46,4 +48,7 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue