Index: denali.pro =================================================================== diff -u -r9a61db88ccc5454001d4759e6ee5402695fda993 -r389f028cb9d4d320eae393de7c4408a58a619356 --- denali.pro (.../denali.pro) (revision 9a61db88ccc5454001d4759e6ee5402695fda993) +++ denali.pro (.../denali.pro) (revision 389f028cb9d4d320eae393de7c4408a58a619356) @@ -1,6 +1,7 @@ QT += qml quick serialbus concurrent charts bluetooth CONFIG += c++17 warn_on # CONFIG += disable-desktop +# QMAKE_CXX = clazy QMAKE_CXXFLAGS += -Wall -Werror -Wextra -Wimplicit-fallthrough=3 # -save-temps # see .ii # -Wpedantic -Wconversion -Wshadow # these can't always be used, since it gives errors in Qt library. @@ -283,6 +284,7 @@ sources/view/settings/VAdjustmentServiceMode.h \ sources/view/settings/VAdjustmentServiceDates.h \ sources/view/settings/VDuetRoWaterDG.h \ + sources/view/settings/VCloudSync.h \ \ # ---------- Views - Alarm sources/view/hd/alarm/VAlarmStatus.h \ sources/view/hd/alarm/VAlarmActiveList.h \ @@ -370,7 +372,8 @@ \ # Utility sources/utility/crc.h \ sources/utility/format.h \ - sources/utility/types.h + sources/utility/types.h \ + sources/utility/encryption.h SOURCES += \ \ # common @@ -543,6 +546,7 @@ sources/view/settings/VAdjustmentServiceMode.cpp \ sources/view/settings/VAdjustmentServiceDates.cpp \ sources/view/settings/VDuetRoWaterDG.cpp \ + sources/view/settings/VCloudSync.cpp \ \ # ---------- Views - HD - Adjustment sources/view/VAdjustmentResponseBase.cpp \ \ # ---------- Views - HD - Adjustment - common @@ -628,7 +632,8 @@ \ # Utility sources/utility/crc.cpp \ sources/utility/format.cpp \ - sources/utility/types.cpp + sources/utility/types.cpp \ + sources/utility/encryption.cpp RESOURCES += \ denali.qrc