.pro
This commit is contained in:
@@ -16,7 +16,8 @@ CONFIG -= app_bundle
|
|||||||
SOURCES += \
|
SOURCES += \
|
||||||
main.cpp \
|
main.cpp \
|
||||||
mqtt.cpp \
|
mqtt.cpp \
|
||||||
pws2mqtt.cpp
|
pws2mqtt.cpp \
|
||||||
|
utcicalculator.cpp
|
||||||
|
|
||||||
# Default rules for deployment.
|
# Default rules for deployment.
|
||||||
qnx: target.path = /tmp/$${TARGET}/bin
|
qnx: target.path = /tmp/$${TARGET}/bin
|
||||||
@@ -27,5 +28,6 @@ HEADERS += \
|
|||||||
httpserver.h \
|
httpserver.h \
|
||||||
mqtt.h \
|
mqtt.h \
|
||||||
pws2mqtt.h \
|
pws2mqtt.h \
|
||||||
|
utcicalculator.h \
|
||||||
version.h
|
version.h
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user