Mercurial > hg > svapp
changeset 46:7fbe1c99d5d8
* Fix build (document -> framework renaming)
author | Chris Cannam |
---|---|
date | Wed, 24 Oct 2007 16:43:20 +0000 |
parents | 9ea770d93fae |
children | d97a7ed7aa39 |
files | framework/MainWindowBase.cpp framework/MainWindowBase.h framework/document.pro framework/framework.pro |
diffstat | 4 files changed, 25 insertions(+), 25 deletions(-) [+] |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Wed Oct 24 16:37:58 2007 +0000 +++ b/framework/MainWindowBase.cpp Wed Oct 24 16:43:20 2007 +0000 @@ -14,7 +14,7 @@ */ #include "MainWindowBase.h" -#include "document/Document.h" +#include "Document.h" #include "view/Pane.h"
--- a/framework/MainWindowBase.h Wed Oct 24 16:37:58 2007 +0000 +++ b/framework/MainWindowBase.h Wed Oct 24 16:43:20 2007 +0000 @@ -28,7 +28,7 @@ #include "base/RecentFiles.h" #include "layer/LayerFactory.h" #include "plugin/transform/Transform.h" -#include "document/SVFileReader.h" +#include "SVFileReader.h" #include "data/fileio/FileFinder.h" #include "data/fileio/FileSource.h" #include <map>
--- a/framework/document.pro Wed Oct 24 16:37:58 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -TEMPLATE = lib - -SV_UNIT_PACKAGES = -load(../sv.prf) - -CONFIG += sv staticlib qt thread warn_on stl rtti exceptions -QT += xml - -TARGET = svdocument - -DEPENDPATH += .. -INCLUDEPATH += . .. -OBJECTS_DIR = tmp_obj -MOC_DIR = tmp_moc - -HEADERS += Document.h \ - MainWindowBase.h \ - SVFileReader.h - -SOURCES += Document.cpp \ - MainWindowBase.cpp \ - SVFileReader.cpp -
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/framework/framework.pro Wed Oct 24 16:43:20 2007 +0000 @@ -0,0 +1,23 @@ +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 +