Index: denali.pro =================================================================== diff -u -rd2035a8728794afeefaa244bf8d1597926d945f5 -rd1907168ef46faa6de1ada400cad789f8379041f --- denali.pro (.../denali.pro) (revision d2035a8728794afeefaa244bf8d1597926d945f5) +++ denali.pro (.../denali.pro) (revision d1907168ef46faa6de1ada400cad789f8379041f) @@ -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 @@ -49,6 +51,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 \ @@ -113,6 +118,7 @@ sources/view/dg/data/VDGReservoirData.h \ sources/view/dg/data/VDGTemperaturesData.h \ sources/view/dg/data/VDGValvesStatesData.h \ + sources/view/VCreateTreatment.h \ \ sources/view/vview.h \ sources/view/vpoweroff.h \ @@ -147,6 +153,9 @@ \ # common \ # Main main.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 \ @@ -198,6 +207,7 @@ sources/gui/guiglobals.cpp \ sources/gui/guiview.cpp \ sources/gui/guicontroller.cpp \ + sources/view/VCreateTreatment.cpp \ \ # ---------- Views ---------- sources/view/dg/data/VDGDrainPumpData.cpp \ sources/view/dg/data/VDGHeatersData.cpp \ @@ -233,10 +243,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