comparison sv.pro @ 951:61703996628d scalable-icons

Experiment with loading SVGs
author Chris Cannam
date Wed, 06 May 2015 10:08:28 +0100
parents 6b683d12ab65
children 4a8f87c175f7
comparison
equal deleted inserted replaced
942:abe5cfed6a88 951:61703996628d
35 LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate 35 LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate
36 } 36 }
37 } 37 }
38 38
39 CONFIG += qt thread warn_on stl rtti exceptions c++11 39 CONFIG += qt thread warn_on stl rtti exceptions c++11
40 QT += network xml gui widgets 40 QT += network xml gui widgets svg
41 41
42 TARGET = "Sonic Visualiser" 42 TARGET = "Sonic Visualiser"
43 linux*:TARGET = sonic-visualiser 43 linux*:TARGET = sonic-visualiser
44 solaris*:TARGET = sonic-visualiser 44 solaris*:TARGET = sonic-visualiser
45 45