Mercurial > hg > easyhg
comparison easyhg.pro @ 62:68aebc316898
* Some adjustments to process running (avoid timer): caller must now report errors
* Function to find user's real name
* Locate hg executable in path explicitly, use a setting to remember it
author | Chris Cannam |
---|---|
date | Wed, 17 Nov 2010 13:32:56 +0000 |
parents | f583e44d9d31 |
children | 2340b00561d2 |
comparison
equal
deleted
inserted
replaced
61:bf57a16315bd | 62:68aebc316898 |
---|---|
39 textabbrev.cpp \ | 39 textabbrev.cpp \ |
40 dateitem.cpp \ | 40 dateitem.cpp \ |
41 colourset.cpp \ | 41 colourset.cpp \ |
42 debug.cpp | 42 debug.cpp |
43 | 43 |
44 macx-* { | |
45 SOURCES += common_osx.mm | |
46 } | |
47 | |
44 # ! [0] | 48 # ! [0] |
45 RESOURCES = hgexplorer.qrc | 49 RESOURCES = hgexplorer.qrc |
46 win32 { | 50 win32 { |
47 RC_FILE = hgexplorer.rc | 51 RC_FILE = hgexplorer.rc |
48 } | 52 } |