Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
149:3e4c384f518e | 150:4b2ea82fd0ed |
---|---|
1 TEMPLATE = lib | |
2 | |
3 SV_UNIT_PACKAGES = | |
4 load(../sv.prf) | |
5 | |
6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions | |
7 | |
8 TARGET = svsystem | |
9 | |
10 DEPENDPATH += . | |
11 INCLUDEPATH += . | |
12 | |
13 # Input | |
14 HEADERS += Init.h System.h | |
15 SOURCES += Init.cpp System.cpp |