Mercurial > hg > svapp
view framework/framework.pro @ 150:6e8bce502be3
* Avoid crash when zooming-to-fit a very short file! (Of course, we
can't actually make a very short file zoom to fit as we don't permit
close enough zoom resolution, but best not to crash, hey?)
author | Chris Cannam |
---|---|
date | Fri, 12 Dec 2008 16:03:37 +0000 |
parents | f2cbe0e89d0f |
children | e96f563b1cfd |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = vamp vamp-hostsdk # required because we use transform headers load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svframework DEPENDPATH += .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc HEADERS += Document.h \ MainWindowBase.h \ SVFileReader.h SOURCES += Document.cpp \ MainWindowBase.cpp \ SVFileReader.cpp