Work around fix for a compilation error on Linux
[clinton/Virtual-Jaguar-Rx.git] / virtualjaguar.pro
index 19bd96a..fa4be73 100644 (file)
@@ -107,9 +107,12 @@ HEADERS = \
        src/gui/debug/opbrowser.h \\r
        src/gui/debug/riscdasmbrowser.h \\r
        src/gui/debug/stackbrowser.h \\r
+       src/gui/debug/hwregsbrowser.h \\r
        src/debugger/debuggertab.h \\r
        src/debugger/DasmWin.h \\r
        src/debugger/m68kDasmWin.h \\r
+       src/debugger/SourcesWin.h \\r
+       src/debugger/SourceCWin.h \\r
        src/debugger/DBGManager.h \\r
        src/debugger/DSPDasmWin.h \\r
        src/debugger/GPUDasmWin.h \\r
@@ -162,9 +165,12 @@ SOURCES = \
        src/gui/debug/opbrowser.cpp \\r
        src/gui/debug/riscdasmbrowser.cpp \\r
        src/gui/debug/stackbrowser.cpp \\r
+       src/gui/debug/hwregsbrowser.cpp \\r
        src/debugger/debuggertab.cpp \\r
        src/debugger/DasmWin.cpp \\r
        src/debugger/m68kDasmWin.cpp \\r
+       src/debugger/SourcesWin.cpp \\r
+       src/debugger/SourceCWin.cpp \\r
        src/debugger/DBGManager.cpp \\r
        src/debugger/DSPDasmWin.cpp \\r
        src/debugger/GPUDasmWin.cpp \\r