diff 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
line wrap: on
line diff
--- a/easyhg.pro	Mon Mar 12 17:25:41 2012 +0000
+++ b/easyhg.pro	Tue Mar 13 17:58:17 2012 +0000
@@ -109,7 +109,7 @@
 
 macx-* {
     SOURCES += src/common_osx.mm
-    LIBS += -framework Foundation
+    LIBS += -framework CoreServices -framework Foundation
     ICON = easyhg-icon.icns
 }