view framework/framework.pro @ 223:e8ae978e1a3d templating

Don't unbundle templates; open directly from bundle (but allow user's own copy to take priority). Also use .svt for templates
author Chris Cannam
date Mon, 09 May 2011 16:55:47 +0100
parents 84b2c1a4984a
children
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = vamp vamp-hostsdk # required because we use transform headers
load(../prf/sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
QT += xml network

TARGET = svframework

DEPENDPATH += ..
INCLUDEPATH += . ..
OBJECTS_DIR = tmp_obj
MOC_DIR = tmp_moc

HEADERS += Document.h \
           MainWindowBase.h \
           SVFileReader.h \
           VersionTester.h

SOURCES += Document.cpp \
           MainWindowBase.cpp \
           SVFileReader.cpp \
           VersionTester.cpp