From: Diane Trout Date: Tue, 10 Nov 2009 22:36:21 +0000 (-0800) Subject: Use macports default location of Qt4 instead of my previous X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=ec673f83b909e76e8b11c3e6b4f1049e8b6e5898 Use macports default location of Qt4 instead of my previous manual location --- diff --git a/makelib/osxdist.py b/makelib/osxdist.py index 0a6bc96..63da570 100644 --- a/makelib/osxdist.py +++ b/makelib/osxdist.py @@ -178,7 +178,7 @@ def validate_bundle(bundle_path): return valid def main(args): - qtroot = "/usr/local/qt/4.2.3" + qtroot = "/opt/local/libexec/qt4-mac/" app_name = None build_num = None bundle_dir = None