这是一个用来监控本地文件夹变化的服务
bak
w1146869587
2021-11-09 337adce3b32612903dce4b963c7db6c8ba0202a4
mbwatch/mbwatch.pro
@@ -1,5 +1,6 @@
QT -= gui
QT += network
QT += sql
CONFIG += c++11 console
CONFIG -= app_bundle
@@ -15,6 +16,8 @@
        main.cpp \
        mbcommfunc.cpp \
        mbfileutil.cpp \
        mbtasklog.cpp \
        mbtaskmgr.cpp \
        mbwatchapp.cpp \
        mbwatchconst.cpp \
        mbwatchfile.cpp \
@@ -24,18 +27,11 @@
        mbwatchuserdb.cpp \
        mbwatchusermgr.cpp
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
# cfg
include(mbwatch.pri)
include(qtservice/qtservice.pri)
HEADERS += \
    mbcommfunc.h \
    mbfileutil.h \
    mbtasklog.h \
    mbtaskmgr.h \
    mbwatchapp.h \
    mbwatchconst.h \
    mbwatchfile.h \
@@ -45,3 +41,14 @@
    mbwatchuserdb.h \
    mbwatchusermgr.h
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
# cfg
include(mbwatch.pri)
include(qtservice/qtservice.pri)
include(efsw.pri)