Mercurial > hg > svapp
comparison framework/framework.pro @ 46:7fbe1c99d5d8
* Fix build (document -> framework renaming)
author | Chris Cannam |
---|---|
date | Wed, 24 Oct 2007 16:43:20 +0000 |
parents | framework/document.pro@9ea770d93fae |
children | f2cbe0e89d0f |
comparison
equal
deleted
inserted
replaced
45:9ea770d93fae | 46:7fbe1c99d5d8 |
---|---|
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 QT += xml | |
8 | |
9 TARGET = svframework | |
10 | |
11 DEPENDPATH += .. | |
12 INCLUDEPATH += . .. | |
13 OBJECTS_DIR = tmp_obj | |
14 MOC_DIR = tmp_moc | |
15 | |
16 HEADERS += Document.h \ | |
17 MainWindowBase.h \ | |
18 SVFileReader.h | |
19 | |
20 SOURCES += Document.cpp \ | |
21 MainWindowBase.cpp \ | |
22 SVFileReader.cpp | |
23 |