ignore some generated product
[mussa.git] / osxdist.py
index b1e820a88b5c8d98ace000cea5559e16868f953c..383ed016bf138499634668e7815932b5468f1093 100644 (file)
@@ -51,7 +51,7 @@ def main(args):
   framework_subpath = os.path.join("%(framework)s.framework", "Versions", "4.0", "%(framework)s")
   frameworks = ['QtCore', 'QtGui', 'QtOpenGL']
 
-  qt_lib_dir="/usr/local/qt/4.1.0-shared/lib"
+  qt_lib_dir="/usr/local/qt-4.1.1/lib"
   qt_framework=os.path.join(qt_lib_dir, framework_subpath)
 
   app_name="mussagl"