Mercurial > hg > easyhg
diff easyhg.pro @ 554:930462068dcc find
Start experimentally adding Find button/field
author | Chris Cannam |
---|---|
date | Mon, 20 Feb 2012 18:15:53 +0000 |
parents | 9f91d1b2ed51 |
children | 09b9849b9800 |
line wrap: on
line diff
--- a/easyhg.pro Fri Feb 17 10:58:41 2012 +0000 +++ b/easyhg.pro Mon Feb 20 18:15:53 2012 +0000 @@ -65,7 +65,8 @@ src/hgignoredialog.h \ src/versiontester.h \ src/squeezedlabel.h \ - src/fswatcher.h + src/fswatcher.h \ + src/findwidget.h SOURCES = \ src/main.cpp \ src/mainwindow.cpp \ @@ -103,7 +104,8 @@ src/hgignoredialog.cpp \ src/versiontester.cpp \ src/squeezedlabel.cpp \ - src/fswatcher.cpp + src/fswatcher.cpp \ + src/findwidget.cpp macx-* { SOURCES += src/common_osx.mm