https://github.com/ttys3/qt_directory_watcher
qt_directory_watcher demo
https://github.com/ttys3/qt_directory_watcher
Last synced: 3 months ago
JSON representation
qt_directory_watcher demo
- Host: GitHub
- URL: https://github.com/ttys3/qt_directory_watcher
- Owner: ttys3
- Created: 2020-06-08T08:27:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T08:28:46.000Z (about 6 years ago)
- Last Synced: 2025-03-10T20:42:10.205Z (over 1 year ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qt_directory_watcher
qt_directory_watcher demo
ref to https://gist.github.com/iamAzeem/0f690c039660f7b16ad43c2e7f31d71e
## make
```bash
qmake-qt5
make
```
## run example
```bash
./watcher /run/media/ttys3/sdc-media/game/for-watch
```