Index: denali.pro =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rd07ec81c7002ed2ac60c1dfc3101fb820e88211c --- denali.pro (.../denali.pro) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ denali.pro (.../denali.pro) (revision d07ec81c7002ed2ac60c1dfc3101fb820e88211c) @@ -26,6 +26,7 @@ #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 INCLUDEPATH += \ + common \ sources \ sources/model \ sources/view \ @@ -36,6 +37,8 @@ sources/abstract HEADERS += \ + common/AlarmDefs.h \ + common/MsgDefs.h \ sources/main.h \ sources/maintimer.h \ sources/model/mtreatmentadjustblooddialysateresponse.h \