emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
5.06k stars 330 forks source link

Using fswatch with qt #107

Closed asyncer closed 8 years ago

asyncer commented 8 years ago

As you may know QtFileSystemWatcher is weak and I need fswatch features in my cross platform app, Would you please show me how to go through using fswatch in QT C++ code?

emcrisostomo commented 8 years ago

I guess you'd like to use libfswatch. Have you checked out the libfswatch documentation? If you're a C++ programmer you'll find your way through the libfswatch PDF manual.