这是一个用来监控本地文件夹变化的服务
w1146869587
2021-11-05 d47914155055418fc8e01791fcca71c9c1efb064
mbwatch/mbwatch.pro
@@ -12,7 +12,8 @@
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
        main.cpp
        main.cpp \
        mbwatchapp.cpp
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
@@ -23,3 +24,6 @@
include(mbwatch.pri)
include(qtservice/qtservice.pri)
HEADERS += \
    mbwatchapp.h