| 1234567891011121314151617181920212223242526272829303132333435 | 
							- #-------------------------------------------------
 
- #
 
- # Project created by QtCreator 2018-11-13T09:35:43
 
- #
 
- #-------------------------------------------------
 
- QT       += core sql
 
- QT       -= gui
 
- TARGET = ytCore
 
- CONFIG   += console
 
- CONFIG   -= app_bundle
 
- TEMPLATE = app
 
- SOURCES += main.cpp \
 
-     ytcore.cpp \
 
-     dbthread.cpp \
 
-     logthread.cpp \
 
-     dncommthread.cpp \
 
-     realvalue.cpp \
 
-     messagesender.cpp
 
- HEADERS += \
 
-     ytcore.h \
 
-     dbthread.h \
 
-     logthread.h \
 
-     dncommthread.h \
 
-     yt_unit_shm.h \
 
-     realvalue.h \
 
-     QReplyTimeout.h \
 
-     Msg.h \
 
-     messagesender.h
 
 
  |