diff 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
line wrap: on
line diff
--- /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
+