12345678910111213141516171819202122232425262728293031323334353637 |
- #-------------------------------------------------
- #
- # 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 \
- datasender.cpp
- HEADERS += \
- ytcore.h \
- dbthread.h \
- logthread.h \
- dncommthread.h \
- yt_unit_shm.h \
- realvalue.h \
- QReplyTimeout.h \
- Msg.h \
- messagesender.h \
- datasender.h
|