Mercurial > hg > svapp
annotate framework/framework.pro @ 171:b5b4af911c98
* A few minor fixes to SliceLayer based on using it for slices of key plots
author | Chris Cannam |
---|---|
date | Fri, 05 Jun 2009 16:08:18 +0000 |
parents | e96f563b1cfd |
children | 84b2c1a4984a |
rev | line source |
---|---|
Chris@45 | 1 TEMPLATE = lib |
Chris@45 | 2 |
Chris@133 | 3 SV_UNIT_PACKAGES = vamp vamp-hostsdk # required because we use transform headers |
Chris@169 | 4 load(../prf/sv.prf) |
Chris@45 | 5 |
Chris@45 | 6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions |
Chris@45 | 7 QT += xml |
Chris@45 | 8 |
Chris@46 | 9 TARGET = svframework |
Chris@45 | 10 |
Chris@45 | 11 DEPENDPATH += .. |
Chris@45 | 12 INCLUDEPATH += . .. |
Chris@45 | 13 OBJECTS_DIR = tmp_obj |
Chris@45 | 14 MOC_DIR = tmp_moc |
Chris@45 | 15 |
Chris@45 | 16 HEADERS += Document.h \ |
Chris@45 | 17 MainWindowBase.h \ |
Chris@45 | 18 SVFileReader.h |
Chris@45 | 19 |
Chris@45 | 20 SOURCES += Document.cpp \ |
Chris@45 | 21 MainWindowBase.cpp \ |
Chris@45 | 22 SVFileReader.cpp |
Chris@45 | 23 |