espsomfyrts: Add Qt6 support
parent
da1d815894
commit
725b2d0fa8
|
|
@ -1,13 +1,13 @@
|
||||||
include(../plugins.pri)
|
include(../plugins.pri)
|
||||||
|
|
||||||
QT += network websockets
|
QT *= network websockets
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
espsomfyrts.cpp \
|
espsomfyrts.cpp \
|
||||||
espsomfyrtsdiscovery.cpp \
|
espsomfyrtsdiscovery.cpp \
|
||||||
integrationpluginespsomfyrts.cpp \
|
integrationpluginespsomfyrts.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
espsomfyrts.h \
|
espsomfyrts.h \
|
||||||
espsomfyrtsdiscovery.h \
|
espsomfyrtsdiscovery.h \
|
||||||
integrationpluginespsomfyrts.h \
|
integrationpluginespsomfyrts.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue