Mercurial > hg > svcore
view system/system.pro @ 630:11a664058dd8
* 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 | ebb6ac65bccc |
children | 465f769ccad0 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../prf/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