summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/windows.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/windows.mak')
-rw-r--r--src/osd/windows/windows.mak4
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
#-------------------------------------------------