| 123456789101112131415161718192021222324252627282930313233343536 |
- #-------------------------------------------------
- #
- # Project created by QtCreator 2019-04-07T10:32:27
- #
- #-------------------------------------------------
- QT += core xml sql network
- QT -= gui
- TARGET = ytCamCore
- CONFIG += console
- CONFIG -= app_bundle
- TEMPLATE = app
- SOURCES += main.cpp \
- coreobject.cpp \
- ttsthreads.cpp \
- wechartthreads.cpp \
- logthread.cpp
- HEADERS += \
- coreobject.h \
- ttsthreads.h \
- wechartthreads.h \
- logthread.h \
- ../include/YT_EHOME_shm.h
- INCLUDEPATH += ../hc/incCn
- INCLUDEPATH += ../qmqtt-master/src/mqtt
- LIBS += -L../hc/lib -lHCEHomeCMS -lHCEHomeAlarm -lHCEHomeStream -lHCNetUtils -lHCEHomeSS -lhpr -lcrypto -lssl -lsqlite3 -liconv2 -lSystemTransform
- LIBS += -lQt5Qmqtt
|