ytServiceCore.pro 829 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. QT += core sql network websockets
  2. QT -= gui
  3. TARGET = ytServiceCore
  4. CONFIG += console
  5. CONFIG -= app_bundle
  6. TEMPLATE = app
  7. SOURCES += main.cpp \
  8. core.cpp \
  9. db_syncthread.cpp \
  10. datacenter.cpp \
  11. webdatathread.cpp \
  12. wscenter.cpp \
  13. programconf.cpp \
  14. wsclient.cpp \
  15. logthread.cpp \
  16. subsysreport.cpp \
  17. subreportthread.cpp \
  18. rep_dbthread.cpp
  19. HEADERS += \
  20. ytServiceShm.h \
  21. core.h \
  22. db_syncthread.h \
  23. QReplyTimeout.h \
  24. ../../WebInterface/WebDataCore/WebDataShm.h \
  25. datacenter.h \
  26. webdatathread.h \
  27. AlarmSet.h \
  28. wscenter.h \
  29. ytservicecore.h \
  30. programconf.h \
  31. wsclient.h \
  32. logthread.h \
  33. subreportthread.h \
  34. subsysreport.h \
  35. redis.h \
  36. rep_dbthread.h
  37. LIBS += -ljson-c -lssl -lcrypto
  38. LIBS += "/usr/local/lib/libhiredis.a"