comparison 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
comparison
equal deleted inserted replaced
410:663bfebdef4e 411:9f6436615ac7
39 main/MainWindow.cpp \ 39 main/MainWindow.cpp \
40 main/PreferencesDialog.cpp \ 40 main/PreferencesDialog.cpp \
41 main/Surveyer.cpp 41 main/Surveyer.cpp
42 42
43 # for mac integration 43 # for mac integration
44 QMAKE_INFO_PLIST = osx/Info.plist 44 QMAKE_INFO_PLIST = deploy/osx/Info.plist
45 45