Mercurial > hg > svapp
view framework/framework.pro @ 196:944af6246560
* Start revamping the CSV import dialog so as to show a "purpose" for each column.
These are estimated from the file now, but changing them does not actually do
anything yet.
author | Chris Cannam |
---|---|
date | Fri, 16 Jul 2010 16:51:39 +0000 |
parents | 84b2c1a4984a |
children |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = vamp vamp-hostsdk # required because we use transform headers load(../prf/sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml network TARGET = svframework DEPENDPATH += .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc HEADERS += Document.h \ MainWindowBase.h \ SVFileReader.h \ VersionTester.h SOURCES += Document.cpp \ MainWindowBase.cpp \ SVFileReader.cpp \ VersionTester.cpp