Mercurial > hg > svapp
view framework/framework.pro @ 68:cedeab01d4c8
* Attempt to fix finding of file:/// URLs
* Fix incorrect reassignment of source model in layers that had no source model
previously, when replacing a null main model
author | Chris Cannam |
---|---|
date | Thu, 29 Nov 2007 17:10:53 +0000 |
parents | 7fbe1c99d5d8 |
children | f2cbe0e89d0f |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svframework DEPENDPATH += .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc HEADERS += Document.h \ MainWindowBase.h \ SVFileReader.h SOURCES += Document.cpp \ MainWindowBase.cpp \ SVFileReader.cpp