| | |
| | | QT -= gui |
| | | QT += network |
| | | QT += sql |
| | | |
| | | CONFIG += c++11 console |
| | | CONFIG -= app_bundle |
| | |
| | | main.cpp \ |
| | | mbcommfunc.cpp \ |
| | | mbfileutil.cpp \ |
| | | mbtasklog.cpp \ |
| | | mbtaskmgr.cpp \ |
| | | mbwatchapp.cpp \ |
| | | mbwatchconst.cpp \ |
| | | mbwatchfile.cpp \ |
| | |
| | | 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 \ |
| | |
| | | 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) |
| | | |
| | | |