ff1581a8dcd0ab931e332b4cf355490beb92188a.svn-base 634 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2018-11-13T09:35:43
  4. #
  5. #-------------------------------------------------
  6. QT += core sql
  7. QT -= gui
  8. TARGET = ytCore
  9. CONFIG += console
  10. CONFIG -= app_bundle
  11. TEMPLATE = app
  12. SOURCES += main.cpp \
  13. ytcore.cpp \
  14. dbthread.cpp \
  15. logthread.cpp \
  16. dncommthread.cpp \
  17. realvalue.cpp \
  18. messagesender.cpp \
  19. datasender.cpp
  20. HEADERS += \
  21. ytcore.h \
  22. dbthread.h \
  23. logthread.h \
  24. dncommthread.h \
  25. yt_unit_shm.h \
  26. realvalue.h \
  27. QReplyTimeout.h \
  28. Msg.h \
  29. messagesender.h \
  30. datasender.h