d1d11e0127c063e678b0e4d91cf91d621c6be109.svn-base 714 B

123456789101112131415161718192021222324252627282930313233343536373839
  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
  31. LIBS += -L/work/yctools/4.4.3/arm-none-linux-gnueabi/sys-root/usr/lib -ljson-c