CamCore.pro 756 B

123456789101112131415161718192021222324252627282930313233343536
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2019-04-07T10:32:27
  4. #
  5. #-------------------------------------------------
  6. QT += core xml sql network
  7. QT -= gui
  8. TARGET = ytCamCore
  9. CONFIG += console
  10. CONFIG -= app_bundle
  11. TEMPLATE = app
  12. SOURCES += main.cpp \
  13. coreobject.cpp \
  14. ttsthreads.cpp \
  15. wechartthreads.cpp \
  16. logthread.cpp
  17. HEADERS += \
  18. coreobject.h \
  19. ttsthreads.h \
  20. wechartthreads.h \
  21. logthread.h \
  22. ../include/YT_EHOME_shm.h
  23. INCLUDEPATH += ../hc/incCn
  24. INCLUDEPATH += ../qmqtt-master/src/mqtt
  25. LIBS += -L../hc/lib -lHCEHomeCMS -lHCEHomeAlarm -lHCEHomeStream -lHCNetUtils -lHCEHomeSS -lhpr -lcrypto -lssl -lsqlite3 -liconv2 -lSystemTransform
  26. LIBS += -lQt5Qmqtt