sais pu...

This commit is contained in:
J-F Martel 2017-07-19 10:07:34 -04:00
parent 510cd7713a
commit 84aea0c971

View File

@ -45,7 +45,9 @@ SOURCES += \
Sources/Sprinkler/SprinklerGui.cpp \
Sources/Sprinkler/SprinklerDeviceGuiItem.cpp \
Sources/Sprinkler/SprinklerDevice.cpp \
Sources/ToggleSwitch.cpp
Sources/ToggleSwitch.cpp \
Sources/Sprinkler/Sprinkler.cpp \
Sources/Sprinkler/SprinklerMasterCtrlInterface.cpp
HEADERS += Sources/AbstractNetworkInterface.h \
Sources/GuiMain.h \
@ -66,7 +68,9 @@ HEADERS += Sources/AbstractNetworkInterface.h \
Sources/Sprinkler/SprinklerGui.h \
Sources/Sprinkler/SprinklerDeviceGuiItem.h \
Sources/Sprinkler/SprinklerDevice.h \
Sources/ToggleSwitch.h
Sources/ToggleSwitch.h \
Sources/Sprinkler/Sprinkler.h \
Sources/Sprinkler/SprinklerMasterCtrlInterface.h
FORMS += \
SMSGui.ui \