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