Index: denali.pro =================================================================== diff -u -r06d10ee1174f0947a01087554f3da3109b47aef6 -r846a9ebc350e33be4affab3cc4c136248900015d --- denali.pro (.../denali.pro) (revision 06d10ee1174f0947a01087554f3da3109b47aef6) +++ denali.pro (.../denali.pro) (revision 846a9ebc350e33be4affab3cc4c136248900015d) @@ -14,6 +14,8 @@ DEFINES += DISABLE_KEEP_ALIVE } +DEFINES += "\"QT_MESSAGE_PATTERN=[%{type}] (%{file}:%{line}) - %{message}\"" + # The following define makes your compiler emit warnings if you use # any Qt feature that has been marked deprecated (the exact warnings # depend on your compiler). Refer to the documentation for the @@ -50,7 +52,14 @@ common/HDDefs.h \ common/MsgDefs.h \ \ # Main + sources/VTreatmentBegin.h \ sources/main.h \ + sources/model/MEndTreatmentResponse.h \ + sources/model/MStartTreatmentResponse.h \ + sources/model/hd/data/MPrimingData.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 \ @@ -108,12 +117,14 @@ sources/gui/guiview.h \ sources/gui/guicontroller.h \ \ # ---------- Views ---------- + sources/view/VTreatmentCreate.h \ sources/view/VEventSpy.h \ sources/view/hd/data/VHDTreatmentStatesData.h \ sources/view/vview.h \ sources/view/vpoweroff.h \ \ # ---------- Views - Alarm sources/view/valarmstatus.h \ + sources/view/VPriming.h \ \ # ---------- Views - HD - Adjustment - In-Treatment sources/view/vtreatmentadjustmentresponsebase.h \ sources/view/vtreatmentadjustmentduration.h \ @@ -157,6 +168,13 @@ \ # common \ # Main main.cpp \ + sources/VTreatmentBegin.cpp \ + sources/model/MEndTreatmentResponse.cpp \ + sources/model/MStartTreatmentResponse.cpp \ + sources/model/hd/data/MPrimingData.cpp \ + sources/model/mtreatmentparameters.cpp \ + sources/model/mtreatmentparametersresp.cpp \ + sources/storage/filesaver.cpp \ sources/model/MDGDebugText.cpp \ sources/model/MHDDebugText.cpp \ sources/storage/DriveWatcher.cpp \ @@ -211,9 +229,11 @@ sources/gui/guiview.cpp \ sources/gui/guicontroller.cpp \ \ # ---------- Views ---------- + sources/view/VTreatmentCreate.cpp \ sources/view/VEventSpy.cpp \ sources/view/hd/data/VHDTreatmentStatesData.cpp \ sources/view/vpoweroff.cpp \ + sources/view/VPriming.cpp \ \ # ---------- Views - Alarm sources/view/valarmstatus.cpp \ \ # ---------- Views - HD - Adjustment - In-Treatment @@ -251,10 +271,8 @@ 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