Index: denali.pro =================================================================== diff -u -r84c5373209a1a488c00917995f5553d442d159a4 -rb8dd541d377ad1e8d7b988ce0163d99bff53843f --- denali.pro (.../denali.pro) (revision 84c5373209a1a488c00917995f5553d442d159a4) +++ denali.pro (.../denali.pro) (revision b8dd541d377ad1e8d7b988ce0163d99bff53843f) @@ -52,6 +52,9 @@ common/MsgDefs.h \ \ # Main sources/main.h \ + sources/model/MTreatmentParameters.h \ + sources/model/MTreatmentParametersResp.h \ + sources/storage/filesaver.h \ sources/model/MDGDebugText.h \ sources/model/MHDDebugText.h \ sources/storage/DriveWatcher.h \ @@ -109,6 +112,7 @@ sources/gui/GuiView.h \ sources/gui/GuiController.h \ \ # ---------- Views ---------- + sources/view/VCreateTreatment.h \ sources/view/VEventSpy.h \ sources/view/VView.h \ sources/view/VPowerOff.h \ @@ -158,6 +162,8 @@ \ # common \ # Main main.cpp \ + sources/model/MTreatmentParameters.cpp \ + sources/model/MTreatmentParametersResp.cpp \ sources/Threads.cpp \ sources/MainTimer.cpp \ sources/ApplicationPost.cpp \ @@ -213,6 +219,7 @@ \ # ---------- Views ---------- sources/view/VEventSpy.cpp \ sources/view/VPowerOff.cpp \ + sources/view/VCreateTreatment.cpp \ \ # ---------- Views - Alarm sources/view/hd/alarm/VAlarmStatus.cpp \ \ # ---------- Views - HD - Adjustment - In-Treatment @@ -248,14 +255,13 @@ sources/storage/FileHandler.cpp \ sources/storage/Logger.cpp \ sources/storage/DriveWatcher.cpp \ + sources/storage/filesaver.cpp \ \ # Utility sources/utility/crc.cpp \ sources/utility/format.cpp \ sources/utility/types.cpp -# sources/configuration/display.cpp \ -# sources/configuration/sound.cpp \ -# sources/storage/settings.cpp \ + RESOURCES += \ denali.qrc