Mercurial > hg > svcore
view system/system.pro @ 287:557e00480279
* Fix #1755108 end of file not clearly shown and #1754808 crash when trying
to retrieve remote file from absent server
author | Chris Cannam |
---|---|
date | Mon, 13 Aug 2007 14:51:35 +0000 |
parents | 4b2ea82fd0ed |
children | 7aa1de571880 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions TARGET = svsystem DEPENDPATH += . INCLUDEPATH += . # Input HEADERS += Init.h System.h SOURCES += Init.cpp System.cpp