X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=virtualjaguar.pro;h=f16d7ceea766726f104a2e6277774a461d409ed9;hb=8fa19895c8308c0a1aee537f971c740eea4bab9e;hp=86bfcca1c6d48469cd166f244c04c7031d4b368e;hpb=dadebc1a7525d196d5ee406be7b9d804d5f9945d;p=virtualjaguar diff --git a/virtualjaguar.pro b/virtualjaguar.pro index 86bfcca..f16d7ce 100644 --- a/virtualjaguar.pro +++ b/virtualjaguar.pro @@ -52,6 +52,7 @@ INCLUDEPATH += \ DEPENDPATH = \ src \ src/gui \ + src/gui/debug \ src/m68000 # The GUI @@ -72,6 +73,7 @@ HEADERS = \ src/gui/imagedelegate.h \ src/gui/keygrabber.h \ src/gui/mainwin.h \ + src/gui/debug/memorybrowser.h \ # src/gui/sdljoystick.h SOURCES = \ @@ -90,4 +92,5 @@ SOURCES = \ src/gui/imagedelegate.cpp \ src/gui/keygrabber.cpp \ src/gui/mainwin.cpp \ + src/gui/debug/memorybrowser.cpp \ # src/gui/sdljoystick.cpp