changeset 445:ff6252986354

Minor fixes from OS/X test
author Chris Cannam
date Tue, 28 Jun 2011 16:22:42 +0100
parents 66ec8b2ee946
children f72cad3baa34
files easyhg.pro easyhg.py
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/easyhg.pro	Tue Jun 28 15:59:13 2011 +0100
+++ b/easyhg.pro	Tue Jun 28 16:22:42 2011 +0100
@@ -4,9 +4,6 @@
 TEMPLATE = app
 TARGET = EasyMercurial
 
-QMAKE_CXX = clang++
-QMAKE_LINK = clang++
-
 # We use the 10.4 SDK and Carbon for all 32-bit OS/X,
 # and 10.6 with Cocoa for all 64-bit
 macx-g++40 {
--- a/easyhg.py	Tue Jun 28 15:59:13 2011 +0100
+++ b/easyhg.py	Tue Jun 28 16:22:42 2011 +0100
@@ -58,6 +58,7 @@
     import ConfigParser # Mercurial version won't write files
     import base64
 except ImportError:
+    print "EasyHg: Failed to import required modules for authfile support"
     easyhg_authfile_imports_ok = False