diff 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
line wrap: on
line diff
--- a/easyhg.pro	Wed Nov 17 11:48:58 2010 +0000
+++ b/easyhg.pro	Wed Nov 17 13:32:56 2010 +0000
@@ -41,6 +41,10 @@
     colourset.cpp \
     debug.cpp
 
+macx-* {
+SOURCES += common_osx.mm
+}
+
 # ! [0]
 RESOURCES = hgexplorer.qrc
 win32 {