Mercurial > hg > svcore
annotate system/system.pro @ 268:417a1a08aadf
* a bit more work on measurement tool mode
* use arrow cursors on thumbwheels and panner in pane HUD
| author | Chris Cannam | 
|---|---|
| date | Thu, 14 Jun 2007 15:20:49 +0000 | 
| parents | 4b2ea82fd0ed | 
| children | 7aa1de571880 | 
| rev | line source | 
|---|---|
| Chris@150 | 1 TEMPLATE = lib | 
| Chris@150 | 2 | 
| Chris@150 | 3 SV_UNIT_PACKAGES = | 
| Chris@150 | 4 load(../sv.prf) | 
| Chris@150 | 5 | 
| Chris@150 | 6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions | 
| Chris@150 | 7 | 
| Chris@150 | 8 TARGET = svsystem | 
| Chris@150 | 9 | 
| Chris@150 | 10 DEPENDPATH += . | 
| Chris@150 | 11 INCLUDEPATH += . | 
| Chris@150 | 12 | 
| Chris@150 | 13 # Input | 
| Chris@150 | 14 HEADERS += Init.h System.h | 
| Chris@150 | 15 SOURCES += Init.cpp System.cpp | 
