diff options
Diffstat (limited to 'src/osd/windows/windows.mak')
-rw-r--r-- | src/osd/windows/windows.mak | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak index b72ec5238a6..39ae9f7835b 100644 --- a/src/osd/windows/windows.mak +++ b/src/osd/windows/windows.mak @@ -416,6 +416,7 @@ OSDOBJS += \ $(OSDOBJ)/modules/debugger/qt/debugqtmemorywindow.o \ $(OSDOBJ)/modules/debugger/qt/debugqtbreakpointswindow.o \ $(OSDOBJ)/modules/debugger/qt/debugqtdeviceswindow.o \ + $(OSDOBJ)/modules/debugger/qt/debugqtdeviceinformationwindow.o \ $(OSDOBJ)/modules/debugger/qt/debugqtview.moc.o \ $(OSDOBJ)/modules/debugger/qt/debugqtwindow.moc.o \ $(OSDOBJ)/modules/debugger/qt/debugqtlogwindow.moc.o \ @@ -423,7 +424,8 @@ OSDOBJS += \ $(OSDOBJ)/modules/debugger/qt/debugqtmainwindow.moc.o \ $(OSDOBJ)/modules/debugger/qt/debugqtmemorywindow.moc.o \ $(OSDOBJ)/modules/debugger/qt/debugqtbreakpointswindow.moc.o \ - $(OSDOBJ)/modules/debugger/qt/debugqtdeviceswindow.moc.o + $(OSDOBJ)/modules/debugger/qt/debugqtdeviceswindow.moc.o \ + $(OSDOBJ)/modules/debugger/qt/debugqtdeviceinformationwindow.moc.o endif #------------------------------------------------- |