Index: denali.pro =================================================================== diff -u -r3e2866b98a67e772686d5190eacfd4ee437bcd0f -r666594860f4ea32da9a2bd362d40325b881b11f9 --- denali.pro (.../denali.pro) (revision 3e2866b98a67e772686d5190eacfd4ee437bcd0f) +++ denali.pro (.../denali.pro) (revision 666594860f4ea32da9a2bd362d40325b881b11f9) @@ -115,6 +115,7 @@ sources/gui/GuiView.h \ sources/gui/GuiController.h \ \ # ---------- Views ---------- + sources/view/VAlert.h \ sources/view/VBluetooth.h \ sources/view/VBluetoothDeviceInfo.h \ sources/view/VTreatmentCreate.h \ @@ -232,6 +233,7 @@ sources/gui/GuiView.cpp \ sources/gui/GuiController.cpp \ \ # ---------- Views ---------- + sources/view/VAlert.cpp \ sources/view/VBluetooth.cpp \ sources/view/VBluetoothDeviceInfo.cpp \ sources/view/VTreatmentCreate.cpp \