diff framework/document.pro @ 45:9ea770d93fae

* document -> framework (will not compile, path fixes not in yet)
author Chris Cannam
date Wed, 24 Oct 2007 16:37:58 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/framework/document.pro	Wed Oct 24 16:37:58 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 = 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
+