fixed libguh.pro

This commit is contained in:
Simon Stürz 2014-12-10 19:08:49 +01:00 committed by Michael Zanetti
parent 3129d6a15c
commit 608ef8641d

View File

@ -19,6 +19,9 @@ SOURCES += plugin/device.cpp \
hardware/radio433/radio433transmitter.cpp \
hardware/radio433/radio433receiver.cpp \
hardware/radio433/radio433brennenstuhlgateway.cpp \
hardware/upnpdiscovery/upnpdiscovery.cpp \
hardware/upnpdiscovery/upnpdevice.cpp \
hardware/upnpdiscovery/upnpdevicedescriptor.cpp \
types/action.cpp \
types/actiontype.cpp \
types/state.cpp \
@ -31,9 +34,6 @@ SOURCES += plugin/device.cpp \
types/param.cpp \
types/paramdescriptor.cpp \
types/statedescriptor.cpp \
hardware/upnpdiscovery/upnpdiscovery.cpp \
hardware/upnpdiscovery/upnpdevice.cpp \
hardware/upnpdiscovery/upnpdevicedescriptor.cpp
HEADERS += plugin/device.h \
plugin/deviceclass.h \
@ -46,6 +46,9 @@ HEADERS += plugin/device.h \
hardware/radio433/radio433transmitter.h \
hardware/radio433/radio433receiver.h \
hardware/radio433/radio433brennenstuhlgateway.h \
hardware/upnpdiscovery/upnpdiscovery.h \
hardware/upnpdiscovery/upnpdevice.h \
hardware/upnpdiscovery/upnpdevicedescriptor.h \
types/action.h \
types/actiontype.h \
types/state.h \