Mercurial > hg > svcore
diff system/system.pro @ 150:4b2ea82fd0ed
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | |
children | 7aa1de571880 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/system/system.pro Mon Jul 31 14:05:22 2006 +0000 @@ -0,0 +1,15 @@ +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