Mercurial > hg > easyhg
diff easyhg.pro @ 538:bdc9de794839 fswatcher
Start separate FsWatcher class to manage filesystem watch policy
author | Chris Cannam |
---|---|
date | Fri, 10 Feb 2012 17:53:04 +0000 |
parents | 4276c7923d65 |
children | 9f91d1b2ed51 |
line wrap: on
line diff
--- a/easyhg.pro Fri Feb 10 13:08:07 2012 +0000 +++ b/easyhg.pro Fri Feb 10 17:53:04 2012 +0000 @@ -64,7 +64,8 @@ src/annotatedialog.h \ src/hgignoredialog.h \ src/versiontester.h \ - src/squeezedlabel.h + src/squeezedlabel.h \ + src/fswatcher.h SOURCES = \ src/main.cpp \ src/mainwindow.cpp \ @@ -101,7 +102,8 @@ src/annotatedialog.cpp \ src/hgignoredialog.cpp \ src/versiontester.cpp \ - src/squeezedlabel.cpp + src/squeezedlabel.cpp \ + src/fswatcher.cpp macx-* { SOURCES += src/common_osx.mm