CamCore.pro 627 B

12345678910111213141516171819202122232425262728293031
  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. HEADERS += \
  17. coreobject.h \
  18. ttsthreads.h \
  19. wechartthreads.h
  20. INCLUDEPATH += ../hc/incCn
  21. LIBS += -L../hc/lib -lHCEHomeCMS -lHCEHomeAlarm -lHCEHomeStream -lHCNetUtils -lHCEHomeSS -lhpr -lcrypto -lssl -lsqlite3 -liconv2 -lSystemTransform