123456789101112131415161718192021222324252627 |
- QT += core sql network
- QT -= gui
- CONFIG += c++11 console
- CONFIG -= app_bundle
- TARGET = agDP0003
- INCLUDEPATH += ../qmqtt-master/src/mqtt/
- SOURCES += \
- main.cpp \
- logthread.cpp \
- elevatorcore.cpp \
- databasethread.cpp \
- httpthread.cpp \
- devinfotcpserver.cpp
- LIBS += -lQt5Qmqtt
- HEADERS += \
- logthread.h \
- ../QReplyTimeout.h \
- elevatorcore.h \
- databasethread.h \
- httpthread.h \
- devinfotcpserver.h
|