e21aefa53cd2b4d50242db51749b0d70e52ee8e2.svn-base 594 B

1234567891011121314151617181920212223242526272829303132333435
  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. HEADERS += \
  20. ytcore.h \
  21. dbthread.h \
  22. logthread.h \
  23. dncommthread.h \
  24. yt_unit_shm.h \
  25. realvalue.h \
  26. QReplyTimeout.h \
  27. Msg.h \
  28. messagesender.h