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