comparison easyhg.pro @ 585:fa242885a233 fswatcher

Partially working FSEvents implementation: ignores some file changes it should be taking into account, at the moment
author Chris Cannam
date Tue, 13 Mar 2012 17:58:17 +0000
parents 09b9849b9800
children 4ed384ea7f39
comparison
equal deleted inserted replaced
584:09b9849b9800 585:fa242885a233
107 src/fswatcher.cpp \ 107 src/fswatcher.cpp \
108 src/findwidget.cpp 108 src/findwidget.cpp
109 109
110 macx-* { 110 macx-* {
111 SOURCES += src/common_osx.mm 111 SOURCES += src/common_osx.mm
112 LIBS += -framework Foundation 112 LIBS += -framework CoreServices -framework Foundation
113 ICON = easyhg-icon.icns 113 ICON = easyhg-icon.icns
114 } 114 }
115 115
116 linux* { 116 linux* {
117 LIBS += -lutil 117 LIBS += -lutil