diff --git a/OnDemandUpdatePTU.pro b/OnDemandUpdatePTU.pro index e3d1813..313d494 100644 --- a/OnDemandUpdatePTU.pro +++ b/OnDemandUpdatePTU.pro @@ -78,6 +78,7 @@ contains( CONFIG, DesktopLinux ) { SOURCES += \ main.cpp \ progress_event.cpp \ + update_dc_event.cpp \ mainwindow.cpp \ utils.cpp \ update.cpp \ @@ -91,6 +92,7 @@ SOURCES += \ HEADERS += \ update.h \ progress_event.h \ + update_dc_event.h \ utils.h \ mainwindow.h \ git/git_client.h \