Mercurial > hg > svcore
view system/system.pro @ 643:f729827e45ad
* Merge
author | Chris Cannam |
---|---|
date | Fri, 17 Sep 2010 13:17:37 +0100 |
parents | 465f769ccad0 |
children |
line wrap: on
line source
TEMPLATE = lib include(../config.pri) 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