view system/system.pro @ 433:ad4911230a66

* When displaying an absolute pitch range (number of semitones + number of cents) with a non-negative number of semitones, ensure that the number of cents is also non-negative. e.g. prefer 1+76c over 2-24c. In response to request from Craig Sapp
author Chris Cannam
date Wed, 02 Jul 2008 08:46:47 +0000
parents 7aa1de571880
children ebb6ac65bccc
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES =
load(../sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions

QT -= gui

TARGET = svsystem

DEPENDPATH += .
INCLUDEPATH += .

# Input
HEADERS += Init.h System.h
SOURCES += Init.cpp System.cpp