view framework/framework.pro @ 156:89737ffa4580

* Some fairly simplistic code to set up layer type properties based on RDF data about feature types (both when running transforms and when importing features from RDF files).
author Chris Cannam
date Thu, 12 Feb 2009 15:26:43 +0000
parents f2cbe0e89d0f
children e96f563b1cfd
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = vamp vamp-hostsdk # required because we use transform headers
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