Mercurial > hg > sonic-visualiser
comparison sv.pro @ 296:5c5a1ce79ad5
* The main fix here is to the arguments of SVApplication -- the first
one should be int& rather than int (was causing a crash! gah!)
Various other tiny fixes
author | Chris Cannam |
---|---|
date | Fri, 09 Jan 2009 14:55:12 +0000 |
parents | c4bc499122ec |
children | d6a41e88e78a |
comparison
equal
deleted
inserted
replaced
295:75c32cc2814a | 296:5c5a1ce79ad5 |
---|---|
7 | 7 |
8 CONFIG += sv qt thread warn_on stl rtti exceptions | 8 CONFIG += sv qt thread warn_on stl rtti exceptions |
9 QT += xml network | 9 QT += xml network |
10 | 10 |
11 TARGET = "Sonic Visualiser" | 11 TARGET = "Sonic Visualiser" |
12 linux-g++:TARGET = sonic-visualiser | 12 linux-g++*:TARGET = sonic-visualiser |
13 | 13 |
14 ICON = icons/sv-macicon.icns | 14 ICON = icons/sv-macicon.icns |
15 RC_FILE = icons/sv.rc | 15 RC_FILE = icons/sv.rc |
16 | 16 |
17 DEPENDPATH += . .. i18n main transform | 17 DEPENDPATH += . .. i18n main transform |