Mercurial > hg > svcore
view system/system.pro @ 603:e43368ec5ff0
* Fix session save bug reported by Jeff Smith (entities not encoded in
label attributes for points in layers)
author | Chris Cannam |
---|---|
date | Tue, 08 Sep 2009 11:27:26 +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