12345678910111213141516171819202122232425 |
- 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
- LIBS += -lQt5Qmqtt
- HEADERS += \
- logthread.h \
- ../QReplyTimeout.h \
- elevatorcore.h \
- databasethread.h \
- httpthread.h
|