diff sonic-visualiser.pro @ 411:9f6436615ac7

I had put the Info.plist in deploy/osx/ before I noticed it was also in osx/ -- sorry. Removing from osx/ -- we really need the plist to be written by deploy/osx/deploy.sh (and not by qmake) because we need the version number in it. However, leaving it in the .pro file anyway so we don't end up with nothing at least if nobody runs deploy.sh
author Chris Cannam
date Fri, 08 Apr 2011 16:39:23 +0100
parents b89ae6d9e315
children 6d5ee6860682
line wrap: on
line diff
--- a/sonic-visualiser.pro	Fri Apr 08 16:35:13 2011 +0100
+++ b/sonic-visualiser.pro	Fri Apr 08 16:39:23 2011 +0100
@@ -41,5 +41,5 @@
            main/Surveyer.cpp
 
 # for mac integration
-QMAKE_INFO_PLIST = osx/Info.plist
+QMAKE_INFO_PLIST = deploy/osx/Info.plist